analytics: fix URL typo

This commit is contained in:
Francois-Xavier Coudert 2023-01-26 21:24:50 +01:00
parent 72f10e52c0
commit 2b07d0d5bb

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