diff --git a/etcdctl/command/cluster_health.go b/etcdctl/command/cluster_health.go index 8b6182bd2..4f2d5f99d 100644 --- a/etcdctl/command/cluster_health.go +++ b/etcdctl/command/cluster_health.go @@ -103,7 +103,7 @@ func handleClusterHealth(c *cli.Context) { } checked = true - if result.Health == "true" { + if result.Health == "true" || nresult.Health == true { health = true fmt.Printf("member %s is healthy: got healthy result from %s\n", m.ID, url) } else {