Skip to content

Commit

Permalink
remove references to stable and latest
Browse files Browse the repository at this point in the history
  • Loading branch information
bronson committed Oct 5, 2011
1 parent 656549d commit 26b07fb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nvm.sh
Expand Up @@ -206,9 +206,7 @@ nvm()
return
fi
nvm_version all
for P in {stable,latest,current}; do
echo -ne "$P: \t"; nvm_version $P
done
echo -ne "current: \t"; nvm_version current
nvm alias
;;
"alias" )
Expand Down

0 comments on commit 26b07fb

Please sign in to comment.