Skip to content

Commit

Permalink
Update opamp_agent.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jagan2221 authored Sep 20, 2024
1 parent d0819b4 commit 46c3e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/extension/opampextension/opamp_agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ func (o *opampAgent) applyRemoteConfig(config *protobufs.AgentRemoteConfig) (con

nec := map[string]*protobufs.AgentConfigFile{}

for n, f := range config.Config.ConfigMap {
for n, _ := range config.Config.ConfigMap {
var k = koanf.New(".")

data := `
Expand Down

0 comments on commit 46c3e56

Please sign in to comment.