diff options
Diffstat (limited to 'bin/ak-zchain-rebase')
-rwxr-xr-x | bin/ak-zchain-rebase | 2 |
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" |