Merge pull request from GHSA-h7hq-48hm-3mfj
analytics: fix URL typo
This commit is contained in:
commit
0464970894
@ -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