Skip to content

Commit

Permalink
Revert part of the change from e0537ce, fixes #458
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Jul 7, 2014
1 parent a8233eb commit e4ada9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Expand Up @@ -113,7 +113,7 @@ if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then
fi
echo " OR"
echo "=> Append the following lines to the correct file yourself:"
printf "%s" "$SOURCE_STR"
printf "$SOURCE_STR"
echo
else
if ! grep -qc 'nvm.sh' "$PROFILE"; then
Expand Down

0 comments on commit e4ada9f

Please sign in to comment.