diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-07-30 20:06:37 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-07-30 20:06:37 +0300 |
commit | d512be24515b0afb669578d16576fe2db840990b (patch) | |
tree | 2493e0cd67c1e1450d427d83914e2462d4dee5f7 /bin/ak-config | |
parent | c6469c308c62218884077a81c3544e9b0128327f (diff) | |
download | arching-kaos-tools-d512be24515b0afb669578d16576fe2db840990b.tar.gz arching-kaos-tools-d512be24515b0afb669578d16576fe2db840990b.tar.bz2 arching-kaos-tools-d512be24515b0afb669578d16576fe2db840990b.zip |
Renamed FINGERPRINT to AK_FINGERPRINT
Diffstat (limited to 'bin/ak-config')
-rwxr-xr-x | bin/ak-config | 2 |
1 files changed, 1 insertions, 1 deletions
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 |