aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-zchain-reset
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-zchain-reset')
-rwxr-xr-xbin/ak-zchain-reset2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-zchain-reset b/bin/ak-zchain-reset
index 4d9e099..24e670b 100755
--- a/bin/ak-zchain-reset
+++ b/bin/ak-zchain-reset
@@ -41,7 +41,7 @@ reset (){
_ak_ipfs_name_publish --key=zchain /ipfs/$(cat $ZLATEST)
if [ $? != 0 ]; then exit 1; fi
- ak-config publish
+ ak-config --publish
if [ "$?" -ne 0 ]
then
logit "ERROR" "Could not publish new configuration"