Skip to content

Commit

Permalink
Merge pull request #43 from SUSE/fix_cmd_generator
Browse files Browse the repository at this point in the history
Fix breakage in cmd/generator
  • Loading branch information
rtamalin authored Aug 2, 2024
2 parents 2bb7d2c + b05aeae commit e727356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/generator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func main() {
panic(err)
}

err = tc.Generate(opts.telemetry, jsonContent, opts.tags)
err = tc.Generate(opts.telemetry, types.NewTelemetryBlob(jsonContent), opts.tags)
if err != nil {
slog.Error(
"Error generating telemetry data item",
Expand Down

0 comments on commit e727356

Please sign in to comment.