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."; }