analytics: fix URL typo
This commit is contained in:
parent
72f10e52c0
commit
2b07d0d5bb
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user