resolving error typecheck

This commit is contained in:
thibhero 2025-06-09 00:42:24 -04:00
parent d39bded2f1
commit 32a53ab285

View File

@ -454,17 +454,16 @@ module Homebrew
) )
Reinstall.reinstall_formula( Reinstall.reinstall_formula(
formula_installer, formula_installer,
flags: args.flags_only, flags:,
force_bottle: args.force_bottle?, force_bottle:,
build_from_source_formulae: args.build_from_source_formulae, build_from_source_formulae:,
interactive: args.interactive?, interactive:,
keep_tmp: args.keep_tmp?, keep_tmp:,
debug_symbols: args.debug_symbols?, debug_symbols:,
force: args.force?, force:,
debug: args.debug?, debug:,
quiet: args.quiet?, quiet:,
verbose: args.verbose?, verbose:,
git: args.git?,
) )
rescue FormulaInstallationAlreadyAttemptedError rescue FormulaInstallationAlreadyAttemptedError
# We already attempted to reinstall f as part of the dependency tree of # We already attempted to reinstall f as part of the dependency tree of