From 342ed4c830e349efee4cf4719d44eae96112cd47 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 28 Mar 2016 09:21:02 +0100 Subject: [PATCH] formula_installer: report install attempts. Closes https://github.com/Homebrew/legacy-homebrew/pull/50462. --- Library/Homebrew/formula_installer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index aa8a28b8c5..c4462fd9db 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -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)