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