subkey_id for display must be out of _fingerprint

I did a typo, the ($gpg_id) should have been out of the _fingerprint call.
This commit is contained in:
bjonnh 2018-08-18 17:41:37 -05:00 committed by GitHub
parent b49a36a07b
commit 18b7541a98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
tomb
View File

@ -1242,7 +1242,7 @@ gen_key() {
_warning "It is your responsibility to check these fingerprints."
_warning "The fingerprints are:"
for gpg_id in ${recipients[@]}; do
_warning " `_fingerprint "$gpg_id" ($gpg_id)`"
_warning " `_fingerprint "$gpg_id"` ($gpg_id)"
done
gpgopt+=(`_recipients_arg "$recipients_opt" $recipients`)