From 88b93b7aa3e815b4398544ae52148a872b08250f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 1 Dec 2014 12:11:54 -0500 Subject: [PATCH] Formula files are created in the repository which is not necessarily the same as the prefix. --- share/doc/homebrew/Formula-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/doc/homebrew/Formula-Cookbook.md b/share/doc/homebrew/Formula-Cookbook.md index c28ce7dcdd..e60e2d8054 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: