Skip to content

Commit

Permalink
dev: fix double call to startTracing (#4757)
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez authored May 27, 2024
1 parent ed54241 commit 6456cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/commands/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func (c *runCommand) persistentPreRunE(cmd *cobra.Command, args []string) error
runtime.GOMAXPROCS(c.cfg.Run.Concurrency)
}

return c.startTracing()
return nil
}

func (c *runCommand) persistentPostRunE(_ *cobra.Command, _ []string) error {
Expand Down

0 comments on commit 6456cbd

Please sign in to comment.