Update Library/Homebrew/upgrade.rb

Co-authored-by: Bo Anderson <mail@boanderson.me>
This commit is contained in:
Thibaut Hérault 2025-06-20 11:10:36 -04:00 committed by GitHub
parent bcc7f0f796
commit 0800faf093
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@ module Homebrew
module Upgrade module Upgrade
Dependents = Struct.new(:upgradeable, :pinned, :skipped) Dependents = Struct.new(:upgradeable, :pinned, :skipped)
def self.formulae_installer( def self.formula_installers(
formulae_to_install, formulae_to_install,
flags:, flags:,
dry_run: false, dry_run: false,