aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd/create.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-10-30 13:20:48 -0700
committerMike McQuaid2013-10-30 13:20:48 -0700
commitd9d2443d5d3b854095225c96218979165151a716 (patch)
tree84e4a97df0901583090ac23c23957c15af8c7594 /Library/Homebrew/cmd/create.rb
parentd6ffd493a6265b47800b06a008188b5fc98a9f7c (diff)
downloadbrew-d9d2443d5d3b854095225c96218979165151a716.tar.bz2
Cleanup use of some global constants.
Diffstat (limited to 'Library/Homebrew/cmd/create.rb')
-rw-r--r--Library/Homebrew/cmd/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index c41a80be3..06d45555d 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -118,7 +118,7 @@ class FormulaCreator
require 'formula'
# Documentation: https://github.com/mxcl/homebrew/wiki/Formula-Cookbook
- # #{HOMEBREW_PREFIX}/Library/Contributions/example-formula.rb
+ # #{HOMEBREW_CONTRIB}/example-formula.rb
# PLEASE REMOVE ALL GENERATED COMMENTS BEFORE SUBMITTING YOUR PULL REQUEST!
class #{Formula.class_s name} < Formula