From e76fe61d95e02382f8d97215f290d1245867c9f5 Mon Sep 17 00:00:00 2001 From: Nick Hwang Date: Tue, 19 Jan 2016 13:03:11 -0500 Subject: [PATCH] Add missing space before closing bracket --- nvm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvm.sh b/nvm.sh index ef593cb..5a83d15 100755 --- a/nvm.sh +++ b/nvm.sh @@ -68,7 +68,7 @@ nvm_print_npm_version() { # Make zsh glob matching behave same as bash # This fixes the "zsh: no matches found" errors -if [ -z "${NVM_CD_FLAGS-}"]; then +if [ -z "${NVM_CD_FLAGS-}" ]; then export NVM_CD_FLAGS='' fi if nvm_has "unsetopt"; then