X-Git-Url: https://git.sthu.org/?a=blobdiff_plain;f=caff%2Fcaff;h=7ab933112f0bdf9b0c29209280cf15aca30c68d3;hb=671d96a48434ebe439a31552de9feac37e438a40;hp=8321031497f2336ea0c8b51621978e86bcd58003;hpb=30a14ebe1a9bfbf99062005ed5cba967481b2205;p=pgp-tools.git diff --git a/caff/caff b/caff/caff index 8321031..7ab9331 100755 --- a/caff/caff +++ b/caff/caff @@ -783,7 +783,7 @@ sub send_mail($$$@) { warn("Could not encrypt to $keyid, specified in CONFIG{'also-encrypt-to'}.\n". "Try to update the key using gpg --homedir=$GNUPGHOME --import \n". "or try the following if you are slightly more daring:\n". - " gpg --export $keyid | gpg --homedir=$GNUPGHOME --import"); + " gpg --export $keyid | gpg --homedir=$GNUPGHOME --import\n"); return; }; };