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 Dec 4, 2024
1 parent 81f6c4a commit b42e883
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 @@ -486,7 +486,7 @@ func (o *opampAgent) applyRemoteConfig(config *protobufs.AgentRemoteConfig) (con
}

fb, err := k.Marshal(yaml.Parser())

if err != nil {
return false, fmt.Errorf("cannot marshal config named %s: %v", n, err)
}
Expand Down

0 comments on commit b42e883

Please sign in to comment.