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 255ec69..e5d9b52 100755 --- a/bin/ak-zchain-rebase +++ b/bin/ak-zchain-rebase @@ -43,7 +43,7 @@ rebase (){ ak-config publish if [ "$?" -ne 0 ] then - logit "[ERROR]" "Could not publish new configuration" + logit "ERROR" "Could not publish new configuration" exit 1 fi echo "Rebase was successful" |