diff options
Diffstat (limited to 'bin/ak-zblock-manipulator')
-rwxr-xr-x | bin/ak-zblock-manipulator | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-zblock-manipulator b/bin/ak-zblock-manipulator index 29b1779..433ab11 100755 --- a/bin/ak-zblock-manipulator +++ b/bin/ak-zblock-manipulator @@ -43,7 +43,7 @@ usage(){ main(){ - logthis "We are doing" $BLOCK_TO_ADD "with content" $PREVIOUS + ak-logthis "We are doing" $BLOCK_TO_ADD "with content" $PREVIOUS # We add it to IPFS MESSAGE_HASH=$(ipfs add -q $MESSAGE) |