Skip to content

Commit

Permalink
Merge pull request #912 from Homebrew/non-default-git-remote-comment
Browse files Browse the repository at this point in the history
install.sh: update comment for non-default Git remote setup
  • Loading branch information
MikeMcQuaid authored Dec 13, 2024
2 parents c6c22de + a36ae65 commit e02815a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1076,7 +1076,7 @@ then
plural="s"
fi
printf -- "- Run these commands in your terminal to add the non-default Git remote%s for %s:\n" "${plural}" "${non_default_repos}"
printf " echo '# Set PATH, MANPATH, etc., for Homebrew.' >> %s\n" "${shell_rcfile}"
printf " echo '# Set non-default Git remote%s for %s.' >> %s\n" "${plural}" "${non_default_repos}" "${shell_rcfile}"
printf " echo '%s' >> ${shell_rcfile}\n" "${additional_shellenv_commands[@]}"
printf " %s\n" "${additional_shellenv_commands[@]}"
fi
Expand Down

0 comments on commit e02815a

Please sign in to comment.