Merge pull request #16959 from nwhetsell/puts-version-upgrade
Output version upgrade info using `puts`
This commit is contained in:
commit
bb66f87be5
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user