diff options
Diffstat (limited to 'pkg/handler/status.go')
| -rw-r--r-- | pkg/handler/status.go | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pkg/handler/status.go b/pkg/handler/status.go index 2a84a7e..1ca7f70 100644 --- a/pkg/handler/status.go +++ b/pkg/handler/status.go @@ -19,7 +19,7 @@ func ConfigFile(configPath string) func(http.ResponseWriter, *http.Request) {  	return func(w http.ResponseWriter, _ *http.Request) {  		f, err := os.Open(configPath)  		if err != nil { -			slog.Error("Error openning config file json", "error", err, "path", configPath) +			slog.Error("Error openning config file", "error", err, "path", configPath)  			return  		} | 
