Browse Source

Fix bug introduced by pull # 125

master
Tim Caswell 13 years ago
parent
commit
e475d7e7ab
  1. 2
      nvm.sh

2
nvm.sh

@ -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

Loading…
Cancel
Save