diff --git a/Library/Homebrew/utils/analytics.rb b/Library/Homebrew/utils/analytics.rb index fae69e1c6f..d5897e7a11 100644 --- a/Library/Homebrew/utils/analytics.rb +++ b/Library/Homebrew/utils/analytics.rb @@ -70,7 +70,7 @@ module Utils pid = fork do exec curl, *args, "--silent", "--output", "/dev/null", - "https://www.google-analytqics.com/collect" + "https://www.google-analytics.com/collect" end Process.detach T.must(pid) end