Skip to content

Commit

Permalink
brew search: fix --desc regression
Browse files Browse the repository at this point in the history
Fixes Homebrew/homebrew-core#22

Closes Homebrew#12.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
  • Loading branch information
apjanke committed Apr 3, 2016
1 parent fbc5fc3 commit ac80883
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/descriptions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def self.generate_cache
# repos were updated more recently than it was.
def self.cache_fresh?
return false unless CACHE_FILE.exist?
cache_mtime = File.mtime(CACHE_FILE)

Tap.each do |tap|
next unless tap.git?
Expand Down

0 comments on commit ac80883

Please sign in to comment.