Browse Source

Fix for issue #196, deconfusified the scenario

master
Martin Iwanowski 12 years ago
parent
commit
41352e866d
  1. 3
      nvm.sh

3
nvm.sh

@ -332,8 +332,7 @@ nvm() { @@ -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

Loading…
Cancel
Save