Skip to content
This repository has been archived by the owner on Jan 28, 2020. It is now read-only.

Commit

Permalink
Fix govet issue
Browse files Browse the repository at this point in the history
  • Loading branch information
csrwng committed Aug 1, 2018
1 parent 36f5edc commit ca1f3e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/cluster-operator/clusterapi-controller-manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ func NewClusterAPIControllerManager(programName string) *hyperkube.Server {
case <-stopCh:
return nil
}
return nil
},
RespectsStopCh: false,
}
Expand Down

0 comments on commit ca1f3e3

Please sign in to comment.