Skip to content

Commit

Permalink
fix health code setting
Browse files Browse the repository at this point in the history
Signed-off-by: Iori Yoneji <[email protected]>
  • Loading branch information
iori-yja committed Feb 15, 2019
1 parent 14a229a commit 731832c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/healthcheck/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ func (hc *HealthCheck) monitor() {
}

// All the goodies there? Let's go!
func (hc HealthCheck) checkComponent() {
func (hc *HealthCheck) checkComponent() {
ok := true
for _, c := range hc.desired {
if hc.comstat[c] != Ready {
Expand Down

0 comments on commit 731832c

Please sign in to comment.