From a9a3bbaf400e98d6b4e9cdf765728864fe14a7e2 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 1 Mar 2024 05:36:17 +0200 Subject: Rename ak-pack_z_block to ak-zblock-pack --- bin/ak-comments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/ak-comments') diff --git a/bin/ak-comments b/bin/ak-comments index 34b83c0..e20ab85 100755 --- a/bin/ak-comments +++ b/bin/ak-comments @@ -65,7 +65,7 @@ _ak_modules_comments_add(){ echo "File $FILE doesn't exist"; exit 2 fi - REFERENCE="$(ak-pack_z_block "comments/add" $(pwd)/data)" + REFERENCE="$(ak-zblock-pack "comments/add" $(pwd)/data)" if [ $? == 0 ] then echo "Comment added successfully" -- cgit v1.2.3