Skip to content

Commit

Permalink
Merge pull request #176 from witoldsz/patch-1
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
creationix committed Dec 4, 2012
2 parents 59c8eda + 2f6b0ca commit 7bee39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -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
Expand Down

0 comments on commit 7bee39f

Please sign in to comment.