Skip to content

Commit

Permalink
Update update-report.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
XYC authored and XYC committed Oct 27, 2024
1 parent 31aa853 commit c582b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Homebrew/cmd/update-report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ def output_update_report
The upstream #{new_tag_upstream} changelog can be found at:
#{Formatter.url("https://github.com/Homebrew/brew/releases/tag/#{new_tag_upstream}")}
EOS

puts
puts <<~EOS
The abcd's brew #{new_tag_fork} changelog can be found (if exist) at:
#{Formatter.url("https://github.com/xycabcd/brew/releases/tag/#{new_tag_fork}")}
Expand Down Expand Up @@ -396,7 +396,7 @@ def analytics_message
def donation_message
return if Settings.read("donationmessage") == "true"

ohai "Homebrew is run entirely by unpaid volunteers. Please consider donating:"
ohai "Our upstream, Homebrew, is run entirely by unpaid volunteers. Please consider donating:"
puts " #{Formatter.url("https://github.com/Homebrew/brew#donations")}\n\n"

# Consider the message possibly missed if not a TTY.
Expand Down

0 comments on commit c582b11

Please sign in to comment.