Removing unnecessary line, per #461

master
Jordan Harband 2014-07-10 01:20:47 -07:00
parent 703e43cc2b
commit a7b6495172
1 changed files with 0 additions and 1 deletions

1
nvm.sh
View File

@ -10,7 +10,6 @@ NVM_SCRIPT_SOURCE="$_"
nvm_has() {
type "$1" > /dev/null 2>&1
return $?
}
nvm_download() {