Quote $NVM_DIR in commands

master
Jordan Harband 2014-09-23 23:46:23 -07:00
parent 34b97bf76d
commit cf1110ecea
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ install_nvm_from_git() {
mkdir -p "$NVM_DIR"
git clone "$NVM_SOURCE" "$NVM_DIR"
fi
cd $NVM_DIR && git checkout v0.16.1 && git branch -D master || true
cd "$NVM_DIR" && git checkout v0.16.1 && git branch -D master || true
}
install_nvm_as_script() {