diff options
Diffstat (limited to 'lib/_ak_gpg')
-rwxr-xr-x | lib/_ak_gpg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/_ak_gpg b/lib/_ak_gpg index bd949f9..af65fcb 100755 --- a/lib/_ak_gpg +++ b/lib/_ak_gpg @@ -99,6 +99,7 @@ _ak_gpg_sign_detached(){ then _ak_gpg --detach-sign --sign-with $AK_FINGERPRINT --armor --output $1 $2 else + _ak_log_error "Not enough arguments" exit 1 fi } |