Removing an unnecessary return $?

This commit is contained in:
Jordan Harband 2014-12-28 22:29:26 -08:00
parent 8e45afb9f1
commit 8328741792

View File

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