Skip to content

Commit

Permalink
fix spelling mistake
Browse files Browse the repository at this point in the history
Signed-off-by: Tarun Pothulapati <[email protected]>
  • Loading branch information
Pothulapati committed Feb 14, 2022
1 parent 92132c5 commit 56fc56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/installation-telemetry/cmd/send.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 56fc56b

Please sign in to comment.