aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-05-04 17:50:29 +0100
committerMike McQuaid2016-05-04 17:50:36 +0100
commitb7ac58b35e0c80a8d5a92127f5193b5644b916c3 (patch)
tree3cf58b13286fa63f356d5954d71db53ca27767d9 /Library
parentf653cb8340de3c9acd1ddfb75c1a8c8f3195834a (diff)
downloadbrew-b7ac58b35e0c80a8d5a92127f5193b5644b916c3.tar.bz2
Don't report cask to analytics.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/utils/analytics.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/utils/analytics.sh b/Library/Homebrew/utils/analytics.sh
index 2ca1c72e7..37148dd43 100644
--- a/Library/Homebrew/utils/analytics.sh
+++ b/Library/Homebrew/utils/analytics.sh
@@ -57,7 +57,6 @@ report-analytics-screenview-command() {
# Don't report non-official commands.
if ! [[ "$HOMEBREW_COMMAND" = "bundle" ||
- "$HOMEBREW_COMMAND" = "cask" ||
"$HOMEBREW_COMMAND" = "services" ||
-f "$HOMEBREW_LIBRARY/Homebrew/cmd/$HOMEBREW_COMMAND.rb" ||
-f "$HOMEBREW_LIBRARY/Homebrew/cmd/$HOMEBREW_COMMAND.sh" ||