We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a8b36 commit e76fe61Copy full SHA for e76fe61
nvm.sh
@@ -68,7 +68,7 @@ nvm_print_npm_version() {
68
69
# Make zsh glob matching behave same as bash
70
# This fixes the "zsh: no matches found" errors
71
-if [ -z "${NVM_CD_FLAGS-}"]; then
+if [ -z "${NVM_CD_FLAGS-}" ]; then
72
export NVM_CD_FLAGS=''
73
fi
74
if nvm_has "unsetopt"; then
0 commit comments