Skip to content

Commit 04a9eb5

Browse files
committed
Fix typo
Signed-off-by: Serguei Bezverkhi <sbezverk@cisco.com>
1 parent a51277f commit 04a9eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func main() {
9595
flag.Parse()
9696

9797
addr := net.JoinHostPort("0.0.0.0", *healthzPort)
98-
http.HandleFunc("/healthz", chekcHealth)
98+
http.HandleFunc("/healthz", checkHealth)
9999
glog.Infof("Serving requests to /healthz on: %s", addr)
100100
err := http.ListenAndServe(addr, nil)
101101
if err != nil {

0 commit comments

Comments
 (0)