mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-22 12:35:13 +00:00
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:
parent
b49a36a07b
commit
18b7541a98
2
tomb
2
tomb
@ -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`)
|
||||
|
Loading…
Reference in New Issue
Block a user