From 906947a2850de22cd9187b8a792096ddfe70eba8 Mon Sep 17 00:00:00 2001 From: Shireesh Anjal <355479+anjalshireesh@users.noreply.github.com> Date: Wed, 27 Jul 2022 07:35:33 +0530 Subject: [PATCH] fix: typo in json key ClusterInfo DeploymentID (#15406) deployement_id -> deployment_id --- cmd/admin-handlers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/admin-handlers.go b/cmd/admin-handlers.go index d4aae1d62..98921f281 100644 --- a/cmd/admin-handlers.go +++ b/cmd/admin-handlers.go @@ -2654,7 +2654,7 @@ func checkConnection(endpointStr string, timeout time.Duration) error { } type clusterInfo struct { - DeploymentID string `json:"deployement_id"` + DeploymentID string `json:"deployment_id"` ClusterName string `json:"cluster_name"` UsedCapacity uint64 `json:"used_capacity"` Info struct {