aboutsummaryrefslogtreecommitdiff
path: root/lib/_ak_zchain
diff options
context:
space:
mode:
Diffstat (limited to 'lib/_ak_zchain')
-rwxr-xr-xlib/_ak_zchain4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/_ak_zchain b/lib/_ak_zchain
index 2573524..8ba431d 100755
--- a/lib/_ak_zchain
+++ b/lib/_ak_zchain
@@ -2,7 +2,7 @@
source $AK_LIBDIR/_ak_ipfs
source $AK_LIBDIR/_ak_log
-_ak_zchain_reset (){
+_ak_zchain_reset(){
echo "Reseting ZLATEST to ZGENESIS"
cp $ZGENESIS $ZLATEST
if [ $? != 0 ]; then exit 1; fi
@@ -39,7 +39,7 @@ _ak_zchain_reset (){
exit 0
}
-_ak_zchain_rebase (){
+_ak_zchain_rebase(){
if [ ! -n "$1" ]; then exit 1; fi
ZTARGET="$1"
echo "Reseting ZLATEST to ZTARGET"