nvm install: Remove this redundant "already installed" check.

master
Jordan Harband 2014-09-21 11:22:05 -07:00
parent a42b90d215
commit 2e161fe414
1 changed files with 0 additions and 1 deletions

1
nvm.sh
View File

@ -469,7 +469,6 @@ nvm() {
else
shift
fi
[ -d "$(nvm_version_path "$provided_version")" ] && echo "$provided_version is already installed." >&2 && return
VERSION=`nvm_remote_version $provided_version`
ADDITIONAL_PARAMETERS=''