diff options
| author | Jack Nagel | 2014-12-01 12:11:54 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-12-01 12:11:56 -0500 | 
| commit | 686a9cc1f6c187d090f1b3f1c65959ea6524fd0f (patch) | |
| tree | b21ec099429c50f809b4251159818bdbc4acd7f3 | |
| parent | 0612d2586a7b46ca6584126bd3790f6b1b51f909 (diff) | |
| download | homebrew-686a9cc1f6c187d090f1b3f1c65959ea6524fd0f.tar.bz2 | |
Formula files are created in the repository
which is not necessarily the same as the prefix.
| -rw-r--r-- | share/doc/homebrew/Formula-Cookbook.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index c28ce7dcd..e60e2d805 100644 --- a/share/doc/homebrew/Formula-Cookbook.md +++ b/share/doc/homebrew/Formula-Cookbook.md @@ -91,7 +91,7 @@ All you need to make a formula is a URL to the tarball.  This creates: -`$HOMEBREW_PREFIX/Library/Formula/foo.rb` +`$HOMEBREW_REPOSITORY/Library/Formula/foo.rb`  And opens it in your `$EDITOR`. It'll look like: | 
