Removing an unnecessary `return $?`

master
Jordan Harband 2014-12-28 22:29:26 -08:00
parent 8e45afb9f1
commit 8328741792
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ set -e
nvm_has() {
type "$1" > /dev/null 2>&1
return $?
}
if [ -z "$NVM_DIR" ]; then