summaryrefslogtreecommitdiff
path: root/utils/lib_nvm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'utils/lib_nvm.sh')
-rwxr-xr-xutils/lib_nvm.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lib_nvm.sh b/utils/lib_nvm.sh
index 04a9ddbbf..8351e6d22 100755
--- a/utils/lib_nvm.sh
+++ b/utils/lib_nvm.sh
@@ -94,7 +94,7 @@ nvm.: use nvm (without dot) to execute nvm commands directly
install : install NVM locally at $(git rev-parse --show-toplevel)/${NVM_LOCAL_FOLDER}
clean : remove NVM installation
status : prompt some status information about nvm & node
- nodejs : install Node.js latest LTS
+ nodejs : install latest Node.js
cmd ... : run command ... in NVM environment
bash : start bash interpreter with NVM environment sourced
EOF
@@ -163,7 +163,7 @@ nvm.status() {
info_msg "NVM is installed at ${NVM_DIR}"
else
warn_msg "NVM is not installed"
- info_msg "to install NVM and Node.js (LTS) use: ${main_cmd} nvm.nodejs"
+ info_msg "to install NVM and Node.js use: ${main_cmd} nvm.nodejs"
fi
}