aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-comments
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-comments')
-rwxr-xr-xbin/ak-comments2
1 files changed, 1 insertions, 1 deletions
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"