Merge pull request #16959 from nwhetsell/puts-version-upgrade

Output version upgrade info using `puts`
This commit is contained in:
Mike McQuaid 2024-03-28 08:28:59 +00:00 committed by GitHub
commit bb66f87be5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -136,10 +136,8 @@ module Homebrew
else else
"-> #{formula.pkg_version}" "-> #{formula.pkg_version}"
end end
oh1 <<~EOS oh1 "Upgrading #{Formatter.identifier(formula.full_specified_name)}"
Upgrading #{Formatter.identifier(formula.full_specified_name)} puts " #{version_upgrade} #{fi_options.to_a.join(" ")}"
#{version_upgrade} #{fi_options.to_a.join(" ")}
EOS
end end
def create_formula_installer( def create_formula_installer(