mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
Be more explicit that we want the formula name
This commit is contained in:
parent
5310c5e730
commit
c7af63488d
@ -327,7 +327,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
|
|
||||||
if dry_run
|
if dry_run
|
||||||
if (formulae_name_to_install = formula_installers.map(&:formula))
|
if (formulae_name_to_install = formula_installers.map { |fi| fi.formula.name })
|
||||||
ohai "Would install #{Utils.pluralize("formula", formulae_name_to_install.count,
|
ohai "Would install #{Utils.pluralize("formula", formulae_name_to_install.count,
|
||||||
plural: "e", include_count: true)}:"
|
plural: "e", include_count: true)}:"
|
||||||
puts formulae_name_to_install.join(" ")
|
puts formulae_name_to_install.join(" ")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user