address remaining comments from #363

This commit is contained in:
Fraser Tweedale 2014-02-22 11:25:45 +10:00
parent e6a5374bfb
commit dcba513108
2 changed files with 2 additions and 2 deletions

2
nvm.sh
View File

@ -93,7 +93,7 @@ nvm_ls() {
echo "N/A" echo "N/A"
return return
fi fi
printf "$VERSIONS\n" echo "$VERSIONS"
return return
} }