Fix for issue #196, deconfusified the scenario

master
Martin Iwanowski 2013-09-10 12:34:32 +02:00
parent 01f8eef7a2
commit 41352e866d
1 changed files with 1 additions and 2 deletions

3
nvm.sh
View File

@ -332,8 +332,7 @@ nvm() {
fi fi
VERSION=`nvm_version $2` VERSION=`nvm_version $2`
if [ ! -d $NVM_DIR/$VERSION ]; then if [ ! -d $NVM_DIR/$VERSION ]; then
echo "$VERSION version is not installed yet... installing" echo "$VERSION version is not installed..."
nvm install $VERSION
return; return;
fi fi