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