From 78a5227e54771691b94b0c9b5b5f03ba139c2db2 Mon Sep 17 00:00:00 2001 From: six Date: Mon, 14 Apr 2025 05:04:01 +0000 Subject: [PATCH] Update dependency_check.zsh --- dependency_check.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependency_check.zsh b/dependency_check.zsh index d9f0901..fcffbc1 100755 --- a/dependency_check.zsh +++ b/dependency_check.zsh @@ -11,7 +11,7 @@ chkdep() { # G6 Substrate # SS58 Converter: http://github.com/shamilsan/ss58.org - type subkey >/dev/null 2>&1 || { echo >&2 "wget is missing."; } + type subkey >/dev/null 2>&1 || { echo >&2 "subkey is missing."; } type openssl >/dev/null 2>&1 || { echo >&2 "openssl is missing."; } type curl >/dev/null 2>&1 || { echo >&2 "curl is missing."; }