diff options
Diffstat (limited to 'bin/ak-categories')
-rwxr-xr-x | bin/ak-categories | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-categories b/bin/ak-categories index 47ee69e..dbcf42c 100755 --- a/bin/ak-categories +++ b/bin/ak-categories @@ -87,7 +87,7 @@ EOF echo "File $FILE doesn't exist"; exit 2 fi - ak-pack_z_block "news/add" $(pwd)/data + ak-zblock-pack "news/add" $(pwd)/data if [ $? == 0 ] then echo "News added successfully" |