formula_installer: report install attempts.
Closes https://github.com/Homebrew/legacy-homebrew/pull/50462.
This commit is contained in:
parent
c5cd206169
commit
342ed4c830
@ -202,6 +202,8 @@ class FormulaInstaller
|
|||||||
|
|
||||||
oh1 "Installing #{Tty.green}#{formula.full_name}#{Tty.reset}" if show_header?
|
oh1 "Installing #{Tty.green}#{formula.full_name}#{Tty.reset}" if show_header?
|
||||||
|
|
||||||
|
report_analytics_event("install", formula.full_name)
|
||||||
|
|
||||||
@@attempted << formula
|
@@attempted << formula
|
||||||
|
|
||||||
if pour_bottle?(:warn => true)
|
if pour_bottle?(:warn => true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user