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)