From e41ae82a1b53032bef4df0db762a08225caca4f9 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 15 Feb 2025 17:59:03 +0200 Subject: Breaking changes, the gpg field inside config is an object now! --- 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 04aa07b..37d8a00 100755 --- a/lib/_ak_node +++ b/lib/_ak_node @@ -28,5 +28,5 @@ function _ak_node_info_ipfs_hash(){ # Finds ak-config ipns key # Returns IPNS key function _ak_node_info_ipns_key(){ - _ak_ipfs_key_list_full | grep ak-config | awk '{print $1}' + _ak_ipfs_key_list_full | grep 'ak-config' | awk '{print $1}' } -- cgit v1.2.3