aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-zchain-calculate-size
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-zchain-calculate-size')
-rwxr-xr-xbin/ak-zchain-calculate-size4
1 files changed, 2 insertions, 2 deletions
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" ]