From 3c2719a85e81c8fba88ca6350f72c702aab201eb Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Wed, 26 Mar 2014 11:14:00 +0100 Subject: [PATCH] fix --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index be81d9c..4f294b4 100755 --- a/install.sh +++ b/install.sh @@ -32,7 +32,6 @@ install_from_git() { echo -e "\r=> \c" cd "$NVM_DIR" && git pull 2> /dev/null || { echo >&2 "Failed to update nvm, run 'git pull' in $NVM_DIR yourself.." - return 0 } else # Cloning to $NVM_DIR