mirror of
https://github.com/minio/minio.git
synced 2025-01-11 15:03:22 -05:00
fix: typo in json key ClusterInfo DeploymentID (#15406)
deployement_id -> deployment_id
This commit is contained in:
parent
bfc70bc74e
commit
906947a285
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user