diff options
| author | Mike McQuaid | 2016-05-04 17:50:29 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2016-05-04 17:50:36 +0100 |
| commit | b7ac58b35e0c80a8d5a92127f5193b5644b916c3 (patch) | |
| tree | 3cf58b13286fa63f356d5954d71db53ca27767d9 /Library | |
| parent | f653cb8340de3c9acd1ddfb75c1a8c8f3195834a (diff) | |
| download | brew-b7ac58b35e0c80a8d5a92127f5193b5644b916c3.tar.bz2 | |
Don't report cask to analytics.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/utils/analytics.sh | 1 |
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" || |
