diff options
| author | Mike McQuaid | 2013-10-30 13:20:48 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2013-10-30 13:20:48 -0700 |
| commit | 2183cd8d5573a9fbc7ce914422411932c1eae770 (patch) | |
| tree | 633c1835d2012ed66b1e96d7aea6f2c31655ea36 /Library/Homebrew/cmd/create.rb | |
| parent | 989cad391270498b558fbd6b1a664f1bb4b3d3b0 (diff) | |
| download | homebrew-2183cd8d5573a9fbc7ce914422411932c1eae770.tar.bz2 | |
Cleanup use of some global constants.
Diffstat (limited to 'Library/Homebrew/cmd/create.rb')
| -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 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 |
