aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/utils/analytics.sh
diff options
context:
space:
mode:
authorMike McQuaid2016-08-08 09:55:23 +0100
committerMike McQuaid2016-08-09 19:41:30 +0100
commit222b73041583840f85b012cddb17b216a8a301d5 (patch)
tree101d5945993774c415f767ca66bb28f6e2481082 /Library/Homebrew/utils/analytics.sh
parent2b8ea07979da10a5edba2620a86d8111c9d2fee6 (diff)
downloadbrew-222b73041583840f85b012cddb17b216a8a301d5.tar.bz2
analytics.*: output curl command in debug mode.
Diffstat (limited to 'Library/Homebrew/utils/analytics.sh')
-rw-r--r--Library/Homebrew/utils/analytics.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/utils/analytics.sh b/Library/Homebrew/utils/analytics.sh
index 4503ac2f6..3063716d7 100644
--- a/Library/Homebrew/utils/analytics.sh
+++ b/Library/Homebrew/utils/analytics.sh
@@ -113,6 +113,8 @@ report-analytics-screenview-command() {
"${args[@]}" \
--silent --output /dev/null &>/dev/null & disown
else
+ echo "$HOMEBREW_CURL https://www.google-analytics.com/debug/collect" \
+ "${args[@]}"
"$HOMEBREW_CURL" https://www.google-analytics.com/debug/collect \
"${args[@]}"
fi