Skip to content

Commit

Permalink
Update src/go/cmd/update-collection-v3/migrations/logsmetadataconfig/…
Browse files Browse the repository at this point in the history
…migrate.go

Co-authored-by: Andrzej Stencel <astencel@sumologic.com>
  • Loading branch information
Mikołaj Świątek and andrzej-stencel committed Nov 25, 2022
1 parent 49e769b commit 79ecbcc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func parseValues(inputYaml string) (InputValues, error) {
}

func migrate(inputValues *InputValues) (OutputValues, error) {
valuesV3 := OutputValues{
outputValues := OutputValues{
Rest: inputValues.Rest,
}
valuesV3.Metadata.Logs.Config.Merge = inputValues.Metadata.Logs.Config
Expand Down

0 comments on commit 79ecbcc

Please sign in to comment.