From 1b51456b4c49c85ef63e91a857296a16b6b902ca Mon Sep 17 00:00:00 2001 From: Brian Morton Date: Wed, 15 Aug 2018 14:22:31 -0700 Subject: [PATCH] fix module path to ::Utils::Anlytics --- Library/Homebrew/cask/lib/hbc/installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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