Fix for issue #196, deconfusified the scenario

This commit is contained in:
Martin Iwanowski 2013-09-10 12:34:32 +02:00
parent 01f8eef7a2
commit 41352e866d

3
nvm.sh
View File

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