Skip to content

Commit 2467a1a

Browse files
Apply suggestion from @carlocab
Co-authored-by: Carlo Cabrera <github@carlo.cab>
1 parent 76bf4d2 commit 2467a1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Library/Homebrew/install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ def install_formulae(
314314
skip_post_install: false,
315315
skip_link: false
316316
)
317-
formulae_name_to_install = formula_installers.map { |fi| fi.formula.name }
317+
formulae_names_to_install = formula_installers.map { |fi| fi.formula.name }
318318
return if formulae_name_to_install.empty?
319319

320320
if dry_run

0 commit comments

Comments
 (0)