Merge pull request from GHSA-h7hq-48hm-3mfj

analytics: fix URL typo
This commit is contained in:
Bo Anderson 2023-01-26 23:57:01 +00:00 committed by GitHub
commit 0464970894
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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