mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-29 16:24:07 +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 "It is your responsibility to check these fingerprints."
|
||||||
_warning "The fingerprints are:"
|
_warning "The fingerprints are:"
|
||||||
for gpg_id in ${recipients[@]}; do
|
for gpg_id in ${recipients[@]}; do
|
||||||
_warning " `_fingerprint "$gpg_id" ($gpg_id)`"
|
_warning " `_fingerprint "$gpg_id"` ($gpg_id)"
|
||||||
done
|
done
|
||||||
|
|
||||||
gpgopt+=(`_recipients_arg "$recipients_opt" $recipients`)
|
gpgopt+=(`_recipients_arg "$recipients_opt" $recipients`)
|
||||||
|
Loading…
Reference in New Issue
Block a user