diff --git a/Library/Homebrew/descriptions.rb b/Library/Homebrew/descriptions.rb index 804fc39cdc..85d2812f33 100644 --- a/Library/Homebrew/descriptions.rb +++ b/Library/Homebrew/descriptions.rb @@ -37,6 +37,7 @@ class Descriptions # 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?