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
|
pid = fork do
|
||||||
exec curl, *args,
|
exec curl, *args,
|
||||||
"--silent", "--output", "/dev/null",
|
"--silent", "--output", "/dev/null",
|
||||||
"https://www.google-analytqics.com/collect"
|
"https://www.google-analytics.com/collect"
|
||||||
end
|
end
|
||||||
Process.detach T.must(pid)
|
Process.detach T.must(pid)
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user