accepting suggestion

Co-authored-by: Jordan Harband <ljharb@gmail.com>
This commit is contained in:
Reetik Rajan 2024-10-05 12:09:32 +05:30 committed by GitHub
parent d8d653147c
commit 68fe9f1b80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
nvm.sh
View File

@ -701,7 +701,7 @@ nvm_ensure_version_installed() {
fi
nvm_err ""
if [ "${PROVIDED_VERSION}" = 'lts' ]; then
nvm_err "You need to run \`nvm install --lts\` to install and \`nvm use --lts\` to use it."
nvm_err "`lts` is not an alias - you may need to run \`nvm install --lts\` to install and \`nvm use --lts\` to use it."
elif [ "${IS_VERSION_FROM_NVMRC}" != '1' ]; then
nvm_err "You need to run \`nvm install ${PROVIDED_VERSION}\` to install and use it."
else