We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a51277f commit 04a9eb5Copy full SHA for 04a9eb5
cmd/main.go
@@ -95,7 +95,7 @@ func main() {
95
flag.Parse()
96
97
addr := net.JoinHostPort("0.0.0.0", *healthzPort)
98
- http.HandleFunc("/healthz", chekcHealth)
+ http.HandleFunc("/healthz", checkHealth)
99
glog.Infof("Serving requests to /healthz on: %s", addr)
100
err := http.ListenAndServe(addr, nil)
101
if err != nil {
0 commit comments