mmetc 1 سال پیش
والد
کامیت
57d3ebba12
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      pkg/csconfig/config.go

+ 1 - 1
pkg/csconfig/config.go

@@ -92,7 +92,7 @@ func NewConfig(configFile string, disableAgent bool, disableAPI bool, quiet bool
 	return &cfg, configData, nil
 	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: For this reason, all defaults have to come from NewConfig(). The following function should
 // XXX: be replaced
 // XXX: be replaced
 func NewDefaultConfig() *Config {
 func NewDefaultConfig() *Config {