Add new line after donate message

This commit is contained in:
Darren Kavanagh 2022-07-06 23:24:25 -07:00
parent b878d9c1ca
commit da4bf679de
No known key found for this signature in database
GPG Key ID: A258D1E837E3C689

View File

@ -106,7 +106,7 @@ module Homebrew
if Settings.read("donationmessage") != "true" && !args.quiet?
ohai "Homebrew is run entirely by unpaid volunteers. Please consider donating:"
puts " #{Formatter.url("https://github.com/Homebrew/brew#donations")}\n"
puts " #{Formatter.url("https://github.com/Homebrew/brew#donations")}\n\n"
# Consider the message possibly missed if not a TTY.
Settings.write "donationmessage", true if $stdout.tty?