utils/analytics: fix refactoring rename.

Fixes a bug from #6639.
This commit is contained in:
Mike McQuaid 2019-11-22 10:39:16 +00:00
parent 540d46d1bf
commit 6d6d2c0bbf
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -163,7 +163,7 @@ module Utils
next if Homebrew.args.category != category
end
analytics_table(category, days, results)
table_output(category, days, results)
else
total_count = results.values.inject("+")
analytics << "#{number_readable(total_count)} (#{days} days)"