aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-sm-files
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-sm-files')
-rwxr-xr-xbin/ak-sm-files2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-sm-files b/bin/ak-sm-files
index d937763..5868a61 100755
--- a/bin/ak-sm-files
+++ b/bin/ak-sm-files
@@ -77,7 +77,7 @@ main(){
logit "[INFO]" "Signing..."
SIGN_FILE=$FILENAME".asc"
- gpg2 --detach-sign --sign-with $FINGERPRINT --armor --output $SIGN_FILE $FILENAME
+ gpg2 --detach-sign --sign-with $AK_FINGERPRINT --armor --output $SIGN_FILE $FILENAME
if [ $? == 0 ]; then
logit "[INFO]" "Signed"
else