diff --git a/Library/Homebrew/description_cache_store.rb b/Library/Homebrew/description_cache_store.rb index 18e8a20961..bcc6ddbc98 100644 --- a/Library/Homebrew/description_cache_store.rb +++ b/Library/Homebrew/description_cache_store.rb @@ -34,7 +34,7 @@ class DescriptionCacheStore < CacheStore return unless eval_all return unless database.empty? - Formula.all.each { |f| update!(f.full_name, f.desc) } + Formula.all(eval_all: eval_all).each { |f| update!(f.full_name, f.desc) } end # Use an update report to update the {DescriptionCacheStore}.