diff options
| author | Jack Nagel | 2014-07-06 21:59:58 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-07-06 21:59:58 -0500 | 
| commit | dd3446ded19ea88dc85bb5bff670c4b2a128c207 (patch) | |
| tree | 23ed27f4fbf3e55416a7c93c18414d324fa3c34f /Library/Homebrew/global.rb | |
| parent | a5a2141a1569bada1397b0b369311deea2888630 (diff) | |
| download | brew-dd3446ded19ea88dc85bb5bff670c4b2a128c207.tar.bz2 | |
Remove inaccurate comment
Diffstat (limited to 'Library/Homebrew/global.rb')
| -rw-r--r-- | Library/Homebrew/global.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 1c4056499..c7c6d6681 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -42,7 +42,7 @@ def cache  end  HOMEBREW_CACHE = cache -undef cache # we use a function to prevent adding home_cache to the global scope +undef cache  # Where brews installed via URL are cached  HOMEBREW_CACHE_FORMULA = HOMEBREW_CACHE+"Formula"  | 
