aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/create.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-12-15 07:50:14 +0000
committerMike McQuaid2014-12-15 07:50:14 +0000
commit127fb8427640b6af065c7a5e00404e4557003e57 (patch)
tree8849bdc782bd08dfb8768e07bc990eaf8d2f502d /Library/Homebrew/cmd/create.rb
parent024854d97d81e7a3dedf60d708442a911f07ef87 (diff)
downloadhomebrew-127fb8427640b6af065c7a5e00404e4557003e57.tar.bz2
create: remove formula include.
Diffstat (limited to 'Library/Homebrew/cmd/create.rb')
-rw-r--r--Library/Homebrew/cmd/create.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index 9ba3e7204..b111f118a 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -117,8 +117,6 @@ class FormulaCreator
end
def template; <<-EOS.undent
- require "formula"
-
# Documentation: https://github.com/Homebrew/homebrew/blob/master/share/doc/homebrew/Formula-Cookbook.md
# #{HOMEBREW_CONTRIB}/example-formula.rb
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!