From e41ae82a1b53032bef4df0db762a08225caca4f9 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 15 Feb 2025 17:59:03 +0200 Subject: Breaking changes, the gpg field inside config is an object now! --- bin/ak-gpg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ak-gpg') diff --git a/bin/ak-gpg b/bin/ak-gpg index e3169ca..03fee4f 100755 --- a/bin/ak-gpg +++ b/bin/ak-gpg @@ -63,7 +63,7 @@ if [ ! -z $1 ]; then --example) example; exit;; --get-key-self-as-ipfs) _ak_gpg_key_self_get_fingerprint_from_config; exit;; --get-key-self-as-fingerprint) _ak_gpg_key_self_get_fingerprint; exit;; - --get-key-fingerprint-from-ipfs) _ak_gpg_key_get_fingerprint_from_ipfs $1; exit;; + --get-key-fingerprint-from-ipfs) shift; _ak_gpg_key_get_fingerprint_from_ipfs $1; exit;; --export-key-self-to-file) _ak_gpg_key_self_export 'self.pub'; exit;; --clear-sign) shift; _ak_gpg_sign_clear "$2" "$1"; exit;; --verify-file) shift; _ak_gpg_verify_clear_signature "$1"; exit;; -- cgit v1.2.3