We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76bf4d2 commit 2467a1aCopy full SHA for 2467a1a
1 file changed
Library/Homebrew/install.rb
@@ -314,7 +314,7 @@ def install_formulae(
314
skip_post_install: false,
315
skip_link: false
316
)
317
- formulae_name_to_install = formula_installers.map { |fi| fi.formula.name }
+ formulae_names_to_install = formula_installers.map { |fi| fi.formula.name }
318
return if formulae_name_to_install.empty?
319
320
if dry_run
0 commit comments