aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-zchain
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2025-02-01 07:21:31 +0200
committerkaotisk <kaotisk@arching-kaos.org>2025-02-01 07:21:31 +0200
commit79dd9576005069d1099afb55d5adae530f3235d9 (patch)
tree582be7fc46c0ba0e5a6a249fd9c3723ef491f2f6 /bin/ak-zchain
parent55b5630e78cae3245d68eb3ab9b7fa870454aa98 (diff)
downloadarching-kaos-tools-79dd9576005069d1099afb55d5adae530f3235d9.tar.gz
arching-kaos-tools-79dd9576005069d1099afb55d5adae530f3235d9.tar.bz2
arching-kaos-tools-79dd9576005069d1099afb55d5adae530f3235d9.zip
minor fixes
Diffstat (limited to 'bin/ak-zchain')
-rwxr-xr-xbin/ak-zchain2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-zchain b/bin/ak-zchain
index d32aeb9..0f1a29d 100755
--- a/bin/ak-zchain
+++ b/bin/ak-zchain
@@ -74,7 +74,7 @@ if [ ! -z $1 ]; then
--crawl-self) _ak_zchain_crawl_self; exit;;
--crawl-remote-ipfs) _ak_zchain_crawl_remote_ipfs $2; exit;;
--crawl-remote-ipns) _ak_zchain_crawl_remote_ipns $2; exit;;
- --get-latest) _ak_zchain_get_latest; exit;;
+ --get-latest) _ak_zchain_get_latest && printf '\n'; exit;;
* ) _ak_usage;;
esac
else _ak_usage