From: Jameson Graef Rollins Date: Sat, 21 Feb 2009 19:45:14 +0000 (-0500) Subject: fix failure message in import_key X-Git-Tag: monkeysphere_0.23~16^2 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=ad2ac2649dd86299a6904ae8ad0849d2c3410bdb;p=monkeysphere.git fix failure message in import_key --- diff --git a/src/share/mh/import_key b/src/share/mh/import_key index 7c11890..c545388 100644 --- a/src/share/mh/import_key +++ b/src/share/mh/import_key @@ -52,7 +52,7 @@ will be generated with the following user ID: EOF read -p "Are you sure you would like to create certificate? [Y/n] " OK; OK=${OK:-Y} if [ "${OK/y/Y}" != 'Y' ] ; then - failure "revoker not added." + failure "ssh key not imported." fi else log debug "importing key without prompting."