Removing unnecessary line, per #461

This commit is contained in:
Jordan Harband
2014-07-10 01:24:12 -07:00
parent 703e43cc2b
commit a7b6495172
-1
View File
@@ -10,7 +10,6 @@ NVM_SCRIPT_SOURCE="$_"
nvm_has() {
type "$1" > /dev/null 2>&1
return $?
}
nvm_download() {