From 56fc56b1f64050be36bd43b91a12907f59808c74 Mon Sep 17 00:00:00 2001 From: Tarun Pothulapati Date: Mon, 14 Feb 2022 12:37:53 +0000 Subject: [PATCH] fix spelling mistake Signed-off-by: Tarun Pothulapati --- components/installation-telemetry/cmd/send.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/installation-telemetry/cmd/send.go b/components/installation-telemetry/cmd/send.go index 10704155e65ae4..db6c0f8a9964f3 100644 --- a/components/installation-telemetry/cmd/send.go +++ b/components/installation-telemetry/cmd/send.go @@ -57,7 +57,7 @@ var sendCmd = &cobra.Command{ Set("version", versionId). Set("totalUsers", data.TotalUsers). Set("totalWorkspaces", data.TotalWorkspaces). - Set("totalInstnaces", data.TotalInstances), + Set("totalInstances", data.TotalInstances), } client.Enqueue(telemetry)