Skip to content

Commit

Permalink
rm todo
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulkar committed Jun 16, 2023
1 parent 70767bc commit eacc2fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/internal/run/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func optsFromArgs(args *turbostate.ParsedArgsFromRust) (*Opts, error) {
func configureRun(base *cmdutil.CmdBase, opts *Opts, signalWatcher *signals.Watcher) *run {
if opts.runOpts.LogPrefix == "auto" {
if name := ci.Constant(); name == "GITHUB_ACTIONS" {
// TODO: check that it wasn't already explicitly set
opts.runOpts.LogOrder = "grouped"
opts.runOpts.LogPrefix = "github"
}
Expand Down

0 comments on commit eacc2fa

Please sign in to comment.