Fixing --version output format.

master
Jordan Harband 2014-05-08 10:30:34 -07:00
parent e2c4c88136
commit a6be718387
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -625,7 +625,7 @@ nvm() {
nvm_version $2 nvm_version $2
;; ;;
"--version" ) "--version" )
echo "nvm v0.6.1" echo "0.6.1"
;; ;;
* ) * )
nvm help nvm help