Browse Source

typo: wanr_msg -> warn_msg

HZH 3 years ago
parent
commit
095beb8605
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/lib_nvm.sh

+ 1 - 1
utils/lib_nvm.sh

@@ -69,7 +69,7 @@ nvm.min_node() {
     local higher_v
     local higher_v
 
 
     if ! command -v node >/dev/null; then
     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
         return 42
     fi
     fi