aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-zchain-chk
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-zchain-chk')
-rwxr-xr-xbin/ak-zchain-chk2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ak-zchain-chk b/bin/ak-zchain-chk
index 4e509ac..bee7f91 100755
--- a/bin/ak-zchain-chk
+++ b/bin/ak-zchain-chk
@@ -26,7 +26,7 @@ then
entrance="$(cat $AK_ZLATEST)"
elif [ ! -z "$1" ] && [ "$1" == "-n" ] || [ "$1" == "--chain" ]
then
- entrance="$(ak-ipns-resolve $2)"
+ entrance="$(_ak_ipns_resolve $2)"
elif [ ! -z "$1" ]
then
entrance="$1"