Fix bug introduced by pull # 125

master
Tim Caswell 2012-08-01 12:48:41 -05:00
parent cf00a067ca
commit e475d7e7ab
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -108,7 +108,7 @@ nvm()
echo 'NVM Needs curl to proceed.' >&2; echo 'NVM Needs curl to proceed.' >&2;
fi fi
if [ $# -le 2 ]; then if [ $# -lt 2 ]; then
nvm help nvm help
return return
fi fi