diff --git a/cmd/tiller/tiller.go b/cmd/tiller/tiller.go index 1f563f989..c364a08f8 100644 --- a/cmd/tiller/tiller.go +++ b/cmd/tiller/tiller.go @@ -68,7 +68,7 @@ func start(c *cobra.Command, args []string) { go func() { mux := newProbesMux() - if err := http.ListenAndServe(addr, mux); err != nil { + if err := http.ListenAndServe(probe, mux); err != nil { probeErrCh <- err } }()