From 57d3ebba1283fa75df3e5eeb25ec716e4c016223 Mon Sep 17 00:00:00 2001 From: mmetc <92726601+mmetc@users.noreply.github.com> Date: Wed, 18 Oct 2023 10:03:02 +0200 Subject: [PATCH] typo (#2556) --- pkg/csconfig/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/csconfig/config.go b/pkg/csconfig/config.go index a13ce245c..4a544729a 100644 --- a/pkg/csconfig/config.go +++ b/pkg/csconfig/config.go @@ -92,7 +92,7 @@ func NewConfig(configFile string, disableAgent bool, disableAPI bool, quiet bool return &cfg, configData, nil } -// XXX: We must not not have a different behavior with an empty vs a missing configuration file. +// XXX: We must not have a different behavior with an empty vs a missing configuration file. // XXX: For this reason, all defaults have to come from NewConfig(). The following function should // XXX: be replaced func NewDefaultConfig() *Config {