diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-03-01 19:20:34 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-03-01 19:20:34 +0200 |
commit | 7affa2082f61455a413d0c8fea08e79935d4f308 (patch) | |
tree | 7efb39304c06b1c6e525a911308622818ef32d3b /bin/ak-files | |
parent | cd43e57b999422980ea95df7f1d03117342e358e (diff) | |
download | arching-kaos-tools-7affa2082f61455a413d0c8fea08e79935d4f308.tar.gz arching-kaos-tools-7affa2082f61455a413d0c8fea08e79935d4f308.tar.bz2 arching-kaos-tools-7affa2082f61455a413d0c8fea08e79935d4f308.zip |
Spacing adjustment
Diffstat (limited to 'bin/ak-files')
-rwxr-xr-x | bin/ak-files | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/ak-files b/bin/ak-files index 25dc69b..20083ab 100755 --- a/bin/ak-files +++ b/bin/ak-files @@ -22,7 +22,7 @@ else fi _ak_modules_files_usage(){ - echo "$PROGRAM - file" + echo "$PROGRAM - file" } _ak_modules_files_add(){ @@ -94,10 +94,10 @@ echo "Publishing..." ak-zblock-pack files/add $PWD/data if [ $? == 0 ] then - echo "cool" + echo "cool" else - echo "not?" - exit 2 + echo "not?" + exit 2 fi } |