diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 9047f69d02..b9cdc54860 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}.