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 6a4c700..ab78053 100755 --- a/bin/ak-zblock-manipulator +++ b/bin/ak-zblock-manipulator @@ -46,7 +46,7 @@ usage(){ main(){ - logit "[INFO]" "We are doing" $BLOCK_TO_ADD "with content" $PREVIOUS + logit "INFO" "We are doing" $BLOCK_TO_ADD "with content" $PREVIOUS # We add it to IPFS MESSAGE_HASH=$(ak-ipfs-add $MESSAGE) |