diff options
| author | Jack Nagel | 2014-02-21 00:43:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-02-21 00:46:03 -0500 |
| commit | 41a9ba8259be9e7fd9013df5498e9ddc7b0a1928 (patch) | |
| tree | 1fd6cb4753584b54f0a584ff5b8d269f487d7b69 /Library/Homebrew/cmd | |
| parent | fb350bad0fb3b4781ec24696d222fe4f8b6c012b (diff) | |
| download | brew-41a9ba8259be9e7fd9013df5498e9ddc7b0a1928.tar.bz2 | |
Move Formula.class_s to Formulary
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb index 8d767ceaa..b8d8b5520 100644 --- a/Library/Homebrew/cmd/create.rb +++ b/Library/Homebrew/cmd/create.rb @@ -121,7 +121,7 @@ class FormulaCreator # #{HOMEBREW_CONTRIB}/example-formula.rb # PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST! - class #{Formula.class_s name} < Formula + class #{Formulary.class_s name} < Formula homepage "" url "#{url}" <% unless version.nil? or version.detected_from_url? %> |
