Skip to content

Commit

Permalink
agent: fix enterprise config overlay merging.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrasell committed Oct 14, 2020
1 parent 512fa09 commit d89b09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/agent/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d89b09c

Please sign in to comment.