Revert part of the change from e0537ce3df, fixes #458

master
Jordan Harband 2014-07-07 14:22:49 -07:00
parent a8233eb68c
commit e4ada9fa43
1 changed files with 1 additions and 1 deletions

View File

@ -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