This commit is contained in:
mmetc 2023-10-18 10:03:02 +02:00 committed by GitHub
parent be6555e46c
commit 57d3ebba12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {