From d512be24515b0afb669578d16576fe2db840990b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 30 Jul 2023 20:06:37 +0300 Subject: Renamed FINGERPRINT to AK_FINGERPRINT --- bin/ak-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ak-config') diff --git a/bin/ak-config b/bin/ak-config index 0dfed8e..513c8dc 100755 --- a/bin/ak-config +++ b/bin/ak-config @@ -44,7 +44,7 @@ published(){ # We will be using our public key also to put it in the block later KEY="tmp-gpg.pub" -gpg2 --armour --output $KEY --export $FINGERPRINT +gpg2 --armour --output $KEY --export $AK_FINGERPRINT GPG_PUB_KEY=$(ak-ipfs-add $KEY) rm $KEY -- cgit v1.2.3