agent: fix enterprise config overlay merging.
This commit is contained in:
parent
9370fe3d16
commit
e0734bed77
|
@ -225,7 +225,7 @@ func (c *Command) readConfig() *Config {
|
|||
}
|
||||
|
||||
// Merge in the enterprise overlay
|
||||
config.Merge(DefaultEntConfig())
|
||||
config = config.Merge(DefaultEntConfig())
|
||||
|
||||
for _, path := range configPath {
|
||||
current, err := LoadConfig(path)
|
||||
|
|
Loading…
Reference in a new issue