diff options
Diffstat (limited to 'Library/Homebrew/brew.h.rb')
| -rw-r--r-- | Library/Homebrew/brew.h.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/brew.h.rb b/Library/Homebrew/brew.h.rb index 83cb79c50..24f9046a9 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} <Formula                url '#{url}'  | 
