formula_installer: report install attempts.

Closes https://github.com/Homebrew/legacy-homebrew/pull/50462.
This commit is contained in:
Mike McQuaid 2016-03-28 09:21:02 +01:00
parent c5cd206169
commit 342ed4c830

View File

@ -202,6 +202,8 @@ class FormulaInstaller
oh1 "Installing #{Tty.green}#{formula.full_name}#{Tty.reset}" if show_header?
report_analytics_event("install", formula.full_name)
@@attempted << formula
if pour_bottle?(:warn => true)