mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
agent: fix enterprise config overlay merging.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user