[Docs] install.sh: Fix missing words in bash/zsh completion message

When profile detection fails, the completion hint omitted "correct file"
between "to the" and "if you are using".

Fixes #3528
This commit is contained in:
Hashim Khan
2026-07-23 08:24:46 +05:00
committed by Jordan Harband
parent 3fb99c652b
commit b6d7823bce
+1 -1
View File
@@ -496,7 +496,7 @@ nvm_do_install() {
fi
fi
if ${BASH_OR_ZSH} && [ -z "${NVM_PROFILE-}" ] ; then
nvm_echo "=> Please also append the following lines to the if you are using bash/zsh shell:"
nvm_echo "=> Please also append the following lines to the correct file if you are using bash/zsh shell:"
command printf "${COMPLETION_STR}"
fi