diff options
Diffstat (limited to 'bin/ak-files')
-rwxr-xr-x | bin/ak-files | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-files b/bin/ak-files index fe0d279..d663d59 100755 --- a/bin/ak-files +++ b/bin/ak-files @@ -63,7 +63,7 @@ main(){ fi logit "[INFO]" "Signing..." SIGN_FILE=$FILENAME".asc" - gpg2 --detach-sign --sign-with $FINGERPRINT --armor --output $SIGN_FILE $FILE + gpg2 --detach-sign --sign-with $AK_FINGERPRINT --armor --output $SIGN_FILE $FILE if [ $? == 0 ]; then logit "[INFO]" "Signed" else |