aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
diff --git a/firma b/firma
index 10317ed..cca366c 100755
--- a/firma
+++ b/firma
@@ -1948,7 +1948,7 @@ function GetSubscribersInfo {
for key in $keys; do
keyid="$($GPG_LIST_KEYS --with-fingerprint $1 2> /dev/null | grep ^fpr | cut -d : -f 10)"
if [[ -n "$keyid" ]]; then
- output="$($GPG --list-keys $key)"
+ output="$($GPG --fingeprint $key)"
AdminLog "$output"
fi
done