This commit is contained in:
Igor Gov
2021-07-20 16:54:51 +03:00
parent 1e66ebd8b3
commit a11e8f730e

View File

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