diff --git a/command/agent/command.go b/command/agent/command.go index d94671e4e061..4fd23b70192c 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)