diff options
| author | Xu Cheng | 2016-04-05 13:19:16 +0800 |
|---|---|---|
| committer | Xu Cheng | 2016-04-05 13:19:16 +0800 |
| commit | e806003cc74943d8ad796de56a0cecfdfeac388e (patch) | |
| tree | caaf9fd9e72c74a931eb41a3822c5989fb6ec552 | |
| parent | 20c2cbd98a728a0363e707640ef6bddae1248a19 (diff) | |
| download | brew-e806003cc74943d8ad796de56a0cecfdfeac388e.tar.bz2 | |
Formula#path: update doc
Formulae are all in taps now.
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 9047f69d0..b9cdc5486 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -64,7 +64,7 @@ class Formula attr_reader :full_name # The full path to this {Formula}. - # e.g. `/usr/local/Library/Formula/this-formula.rb` + # e.g. `/usr/local/Library/Taps/homebrew/homebrew-core/Formula/this-formula.rb` attr_reader :path # The {Tap} instance associated with this {Formula}. |
