This commit is contained in:
thibhero 2025-06-20 12:59:15 -04:00
parent a16129fc59
commit f674a3ac03

View File

@ -7,6 +7,7 @@ require "messages"
module Homebrew
module Reinstall
# struct to keep context of the current installer, keg, formula and option
InstallationContext = Struct.new(:formula_installer, :keg, :formula, :options)
def self.build_install_context(
formula,