From: Timo Zingel Date: Tue, 2 Feb 2016 20:47:14 +0000 (+0100) Subject: Fix typo X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=7ac60375014dde5ee508b7927b457a8d05087c1d;p=blackbox_exporter.git Fix typo --- diff --git a/main.go b/main.go index b5ae316..7ffdc19 100644 --- a/main.go +++ b/main.go @@ -66,7 +66,7 @@ func probeHandler(w http.ResponseWriter, r *http.Request, config *Config) { return } if moduleName == "" { - moduleName = "http2xx" + moduleName = "http_2xx" } module, ok := config.Modules[moduleName] if !ok {