diff options
Diffstat (limited to 'Library/Homebrew/formula.rb')
| -rw-r--r-- | Library/Homebrew/formula.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index db59fccc9..2c24c93d7 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -429,10 +429,10 @@ class Formula end # @private - # The `LinkedKegs` directory for this {Formula}. + # The link status symlink directory for this {Formula}. # You probably want {#opt_prefix} instead. def linked_keg - Pathname.new("#{HOMEBREW_LIBRARY}/LinkedKegs/#{name}") + HOMEBREW_LINKED_KEGS/name end def latest_head_version |
