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

Loading…
Cancel
Save