diff --git a/Library/Homebrew/cask/lib/hbc/installer.rb b/Library/Homebrew/cask/lib/hbc/installer.rb index 722e30cd3f..7382ac488a 100644 --- a/Library/Homebrew/cask/lib/hbc/installer.rb +++ b/Library/Homebrew/cask/lib/hbc/installer.rb @@ -90,6 +90,8 @@ module Hbc install_artifacts enable_accessibility_access + Utils::Analytics.report_event("cask_install", @cask.token) + puts summary end