diff options
| author | Milkey Mouse | 2016-04-25 17:35:45 -0700 |
|---|---|---|
| committer | Andrew Janke | 2016-04-25 20:40:33 -0400 |
| commit | 822ea6057b555ec714c54a6bbb0758a4482f29fb (patch) | |
| tree | 1b61bcd13c6835022451610501a308093459b14d | |
| parent | df489cfde25b9ea59fdf12c67876a18c13dde4aa (diff) | |
| download | brew-822ea6057b555ec714c54a6bbb0758a4482f29fb.tar.bz2 | |
Fix a minor typo
Closes #149.
Signed-off-by: Andrew Janke <andrew@apjanke.net>
| -rw-r--r-- | share/doc/homebrew/Analytics.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/homebrew/Analytics.md b/share/doc/homebrew/Analytics.md index a12e7e889..d15d84f9b 100644 --- a/share/doc/homebrew/Analytics.md +++ b/share/doc/homebrew/Analytics.md @@ -44,4 +44,4 @@ Homebrew's analytics are accessible to Homebrew's current maintainers. Contact @ The code is viewable in https://github.com/Homebrew/brew/blob/master/Library/Homebrew/utils/analytics.rb and https://github.com/Homebrew/brew/blob/master/Library/Homebrew/utils/analytics.sh. They are done in a separate background process and fail fast to avoid delaying any execution. They will fail immediately and silently if you have no network connection. ## Opting-out -If after everything you've read you still wish to opt-out of Homebrew's analytics you may set `HOMEBREW_NO_ANALYTICS=1` in your environment or run `git config --file="$(brew --repository)/.git/config" --replace-all homebrew.analyticsdisabled true` which will prevent analytics from ever being sent when either or them have been set. +If after everything you've read you still wish to opt-out of Homebrew's analytics you may set `HOMEBREW_NO_ANALYTICS=1` in your environment or run `git config --file="$(brew --repository)/.git/config" --replace-all homebrew.analyticsdisabled true` which will prevent analytics from ever being sent when either of them have been set. |
