aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/descriptions.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/descriptions.rb')
-rw-r--r--Library/Homebrew/descriptions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/descriptions.rb b/Library/Homebrew/descriptions.rb
index e66e388eb..bab14f148 100644
--- a/Library/Homebrew/descriptions.rb
+++ b/Library/Homebrew/descriptions.rb
@@ -27,7 +27,7 @@ class Descriptions
# save it for future use.
def self.generate_cache
@cache = {}
- Formula.map do |f|
+ Formula.each do |f|
@cache[f.full_name] = f.desc
end
self.save_cache