From a11e8f730e435a2055ed2155d4f5c83888536086 Mon Sep 17 00:00:00 2001 From: Igor Gov Date: Tue, 20 Jul 2021 16:54:51 +0300 Subject: [PATCH] . --- cli/mizu/telemetry.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/mizu/telemetry.go b/cli/mizu/telemetry.go index e37208e5d..c19790ab3 100644 --- a/cli/mizu/telemetry.go +++ b/cli/mizu/telemetry.go @@ -8,7 +8,7 @@ import ( "net/http" ) -var TELEMETRY_URL = "https://us-east4-up9-prod.cloudfunctions.net/mizu-telemetry" +const TELEMETRY_URL = "https://us-east4-up9-prod.cloudfunctions.net/mizu-telemetry" func ReportRun(cmd string, args interface{}) { if Branch != "main" {