From 6741ef52b72a164fcbc9ba4ebe4057e2de869a37 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 30 May 2024 16:58:54 +0300 Subject: Typos --- lib/_ak_ipfs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/_ak_ipfs b/lib/_ak_ipfs index eb0e2ff..673dafb 100755 --- a/lib/_ak_ipfs +++ b/lib/_ak_ipfs @@ -66,7 +66,7 @@ _ak_ipfs_scanner(){ _ak_ipfs_add(){ if [ -z $1 ] || [ ! -n "$1" ] then - logit "error" "no argument given" + logit "ERROR" "no argument given" exit 1 fi # Receives a file @@ -82,7 +82,7 @@ _ak_ipfs_add(){ _ak_ipfs_block_stat(){ if [ -z $1 ] || [ ! -n "$1" ] then - logit "error" "no argument given" + logit "ERROR" "no argument given" exit 1 fi _ak_ipfs block stat "$1" @@ -96,7 +96,7 @@ _ak_ipfs_block_stat(){ _ak_ipfs_cat(){ if [ -z $1 ] || [ ! -n "$1" ] then - logit "error" "no argument given" + logit "ERROR" "no argument given" exit 1 fi _ak_ipfs --timeout=10s cat $1 -- cgit v1.2.3