diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-03-01 05:36:17 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-03-01 05:36:17 +0200 |
commit | a9a3bbaf400e98d6b4e9cdf765728864fe14a7e2 (patch) | |
tree | 893f9609d660c4a0f1e909ae99a911e4208fe1fa /bin/ak-categories | |
parent | c0410df04f57c166c79b8bbe584a97abadaed36e (diff) | |
download | arching-kaos-tools-a9a3bbaf400e98d6b4e9cdf765728864fe14a7e2.tar.gz arching-kaos-tools-a9a3bbaf400e98d6b4e9cdf765728864fe14a7e2.tar.bz2 arching-kaos-tools-a9a3bbaf400e98d6b4e9cdf765728864fe14a7e2.zip |
Rename ak-pack_z_block to ak-zblock-pack
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" |