aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-articles
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-articles')
-rwxr-xr-xbin/ak-articles2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-articles b/bin/ak-articles
index 94e2675..5eaf225 100755
--- a/bin/ak-articles
+++ b/bin/ak-articles
@@ -97,7 +97,7 @@ EOF
echo "File $FILE doesn't exist";
exit 2
fi
- ak-pack_z_block "articles/add" $(pwd)/data
+ ak-zblock-pack "articles/add" $(pwd)/data
if [ $? == 0 ]
then
echo "Articles added successfully"