From de65283475653e33de0b6be28f08b9d5004e9080 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 1 Mar 2024 00:46:46 +0200 Subject: Fixes leftovers from refactoring --- bin/ak-zchain-calculate-size | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/ak-zchain-calculate-size b/bin/ak-zchain-calculate-size index ca41e53..fe99187 100755 --- a/bin/ak-zchain-calculate-size +++ b/bin/ak-zchain-calculate-size @@ -7,9 +7,9 @@ cd $temp if [ ! -z $1 ] && [ -n "$1" ] then - ak-extract-cids $1 > to_stats + ak-zchain-extract-cids $1 > to_stats else - ak-extract-cids > to_stats + ak-zchain-extract-cids > to_stats fi sum=0 ; while IFS="" read -r p || [ -n "$p" ] -- cgit v1.2.3