Skip to content

Commit

Permalink
read the .nvmrc if present
Browse files Browse the repository at this point in the history
  • Loading branch information
gpad committed Jan 25, 2013
1 parent bc9c82c commit 7226e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nvm.sh
Expand Up @@ -352,7 +352,7 @@ nvm()
fi
;;
"use" )
if [ $# -ne 2 ]; then
if [ $# -eq 0 ]; then
nvm help
return
fi
Expand Down

0 comments on commit 7226e5f

Please sign in to comment.