Update install.sh

$HOME/.nvm used instead of introduced earlier NVM_TARGET.
master
Witold Szczerba 2012-12-04 21:36:12 +01:00
parent 59c8eda18c
commit 2f6b0ca9d7
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ else
fi
fi
SOURCE_STR='[[ -s "$HOME/.nvm/nvm.sh" ]] && . "$HOME/.nvm/nvm.sh" # This loads NVM'
SOURCE_STR='[[ -s "$NVM_TARGET/nvm.sh" ]] && . "$NVM_TARGET/nvm.sh" # This loads NVM'
if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then
if [ -z $PROFILE ]; then