erratum on variable

This commit is contained in:
thibhero 2025-02-12 15:57:12 -05:00
parent 081db50196
commit cb947b9cf4

View File

@ -394,7 +394,7 @@ module Homebrew
if args.ask?
ohai "Looking for bottles..."
sized_formulae = compute_sized_formulae.call(formulae_to_install, check_dep: true, upgrade: false)
sized_formulae = compute_sized_formulae.call(installed_formulae, check_dep: true, upgrade: false)
sizes = compute_total_sizes.call(sized_formulae, debug: args.debug?)
puts "Formulae: #{sized_formulae.join(", ")}\n\n"