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