diff --git a/Library/Homebrew/reinstall.rb b/Library/Homebrew/reinstall.rb index f6a7cc882e..4d5ff2485c 100644 --- a/Library/Homebrew/reinstall.rb +++ b/Library/Homebrew/reinstall.rb @@ -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,