diff options
-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 81e2029..47733cb 100755 --- a/bin/ak-config +++ b/bin/ak-config @@ -45,7 +45,7 @@ publish(){ } published(){ - ak-ipfs-cat $(ak-get-akid) | jq -c + ak-ipfs-cat $(ak-akid-get-ipfs-hash) | jq -c } # We will be using our public key also to put it in the block later |