diff --git a/main.go b/main.go index 078df1d..5c7f07f 100644 --- a/main.go +++ b/main.go @@ -135,7 +135,7 @@ func main() { http.HandleFunc("/-/reload", updateConfiguration) // Endpoint to reload configuration. http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) { - w.Write([]byte(` + _, _ = w.Write([]byte(` IPMI Exporter