diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 83cb79c509..24f9046a94 100644 --- a/Library/Homebrew/brew.h.rb +++ b/Library/Homebrew/brew.h.rb @@ -30,7 +30,7 @@ def __make url, name raise "#{path} already exists" if path.exist? template=<<-EOS - require 'brewkit' + require 'formula' class #{Formula.class_s name} 1 # the reason for this is interactive mode is a little tricky to do # with more than one formula, AND I can't think of a time where you'd