Commit eb4ec170 authored by Gustavo Massaneiro's avatar Gustavo Massaneiro
Browse files

platform should not be capital case

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -132,7 +132,7 @@ func sendTelemetry(telemetryType telemetryType, argsMap map[string]interface{})
argsMap["buildTimestamp"] = mizu.BuildTimestamp
argsMap["branch"] = mizu.Branch
argsMap["version"] = mizu.SemVer
argsMap["Platform"] = mizu.Platform
argsMap["platform"] = mizu.Platform
if machineId, err := machineid.ProtectedID("mizu"); err == nil {
argsMap["machineId"] = machineId
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment