From b5659a3603fa563b2c4eeb8490f10ffb18b4bced Mon Sep 17 00:00:00 2001 From: kaotisk Date: Tue, 22 Jul 2025 16:03:02 +0300 Subject: [node_info] A bug where the node info couldn't be retrieved --- lib/_ak_node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/_ak_node') diff --git a/lib/_ak_node b/lib/_ak_node index 5ca8521..937ff84 100755 --- a/lib/_ak_node +++ b/lib/_ak_node @@ -24,7 +24,7 @@ _ak_lib_load _ak_ipfs # Resolves the IPNS key "ak-config" to its current IPFS value # Return IPFS CIDv0 without /ipfs/ prefix function _ak_node_info_ipfs_hash(){ - _ak_ipfs_name_resolve /ipns/$(_ak_node_info_ipns_key) | sed -e 's/\/ipfs\///' + _ak_ipfs_name_resolve $(_ak_node_info_ipns_key) | sed -e 's/\/ipfs\///' } # Finds ak-config ipns key -- cgit v1.2.3