master
Koen Punt 2014-03-26 11:14:00 +01:00
parent c47f03f996
commit 3c2719a85e
1 changed files with 0 additions and 1 deletions

View File

@ -32,7 +32,6 @@ install_from_git() {
echo -e "\r=> \c" echo -e "\r=> \c"
cd "$NVM_DIR" && git pull 2> /dev/null || { cd "$NVM_DIR" && git pull 2> /dev/null || {
echo >&2 "Failed to update nvm, run 'git pull' in $NVM_DIR yourself.." echo >&2 "Failed to update nvm, run 'git pull' in $NVM_DIR yourself.."
return 0
} }
else else
# Cloning to $NVM_DIR # Cloning to $NVM_DIR