aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-12-15 07:50:14 +0000
committerMike McQuaid2014-12-15 07:50:14 +0000
commit2cb5da6916ff1c75a74c34316bd7d83fb6045063 (patch)
treeb2d53fc825ac97e7f86db63453504ce1a0a8c1a5
parent9a89878b7556a4eb4bc7dafc855071b0ddaa5170 (diff)
downloadbrew-2cb5da6916ff1c75a74c34316bd7d83fb6045063.tar.bz2
create: remove formula include.
-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!