summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2022-04-13 14:34:18 +0200
committerGitHub <noreply@github.com>2022-04-13 14:34:18 +0200
commit09230bfad9dea35a6ed112ea7096935d1c821bd9 (patch)
tree59d9875e7ec3c0634b552ccbc22f712c8bfc089f
parent1388b44f8b1397687660331c607cdf85a5cf785a (diff)
parent095beb860584a9e4967c7f8c2574c754ab63178a (diff)
Merge pull request #1089 from capric98/patch-1
fix: typo in lib_nvm.sh wanr_msg -> warn_msg
-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