Skip to content

Commit e76fe61

Browse files
author
Nick Hwang
committed
Add missing space before closing bracket
1 parent 00a8b36 commit e76fe61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ nvm_print_npm_version() {
6868

6969
# Make zsh glob matching behave same as bash
7070
# This fixes the "zsh: no matches found" errors
71-
if [ -z "${NVM_CD_FLAGS-}"]; then
71+
if [ -z "${NVM_CD_FLAGS-}" ]; then
7272
export NVM_CD_FLAGS=''
7373
fi
7474
if nvm_has "unsetopt"; then

0 commit comments

Comments
 (0)