Skip to content

Commit

Permalink
accepting suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Jordan Harband <[email protected]>
  • Loading branch information
r4reetik and ljharb authored Oct 5, 2024
1 parent d8d6531 commit 68fe9f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 68fe9f1

Please sign in to comment.