Add missing space before closing bracket

Nick Hwang 2016-01-19 13:03:11 -05:00
parent 00a8b36b78
commit e76fe61d95
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -68,7 +68,7 @@ nvm_print_npm_version() {
# Make zsh glob matching behave same as bash # Make zsh glob matching behave same as bash
# This fixes the "zsh: no matches found" errors # This fixes the "zsh: no matches found" errors
if [ -z "${NVM_CD_FLAGS-}"]; then if [ -z "${NVM_CD_FLAGS-}" ]; then
export NVM_CD_FLAGS='' export NVM_CD_FLAGS=''
fi fi
if nvm_has "unsetopt"; then if nvm_has "unsetopt"; then