summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorHZH <42015599+capric98@users.noreply.github.com>2022-04-13 20:28:28 +0800
committerGitHub <noreply@github.com>2022-04-13 20:28:28 +0800
commit095beb860584a9e4967c7f8c2574c754ab63178a (patch)
tree59d9875e7ec3c0634b552ccbc22f712c8bfc089f /utils
parent1388b44f8b1397687660331c607cdf85a5cf785a (diff)
typo: wanr_msg -> warn_msg
Diffstat (limited to 'utils')
-rwxr-xr-xutils/lib_nvm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/lib_nvm.sh b/utils/lib_nvm.sh
index 04aa8a92..6dc0f5ed 100755
--- a/utils/lib_nvm.sh
+++ b/utils/lib_nvm.sh
@@ -69,7 +69,7 @@ nvm.min_node() {
local higher_v
if ! command -v node >/dev/null; then
- wanr_msg "Node.js is not yet installed"
+ warn_msg "Node.js is not yet installed"
return 42
fi