diff --git a/command/agent/command.go b/command/agent/command.go index 0ed3ff338..14d6351c6 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -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)