Skip to content

Commit

Permalink
typo(spec/cluster): UP -> Up
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvisa authored Dec 19, 2020
1 parent b9a630f commit 9590b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cluster/spec/pd.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func (s PDSpec) Status(tlsCfg *tls.Config, _ ...string) string {
if err != nil {
return "ERR"
}
res := "UP"
res := "Up"
if s.Name == leader.Name {
res += "|L"
}
Expand Down

0 comments on commit 9590b25

Please sign in to comment.