Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ofalvai committed Nov 16, 2023
1 parent 9d109e7 commit fe0af35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions log/log.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,10 +144,10 @@ func (m *defaultLogger) PrintBitriseStartedEvent(plan models.WorkflowRunPlan) {
EventType: "bitrise_started",
})
} else {
m.Print("")
m.Print()
m.Printf("Invocation started at %s", colorstring.Cyan(m.opts.TimeProvider().Format(consoleTimeLayout)))
m.Printf("Bitrise CLI version: %s", colorstring.Cyan(plan.Version))
m.Print("")
m.Print()
m.Infof("Run modes:")
m.Printf("CI mode: %v", colorstring.Cyan("%v", plan.CIMode))
m.Printf("PR mode: %v", colorstring.Cyan("%v", plan.PRMode))
Expand Down

0 comments on commit fe0af35

Please sign in to comment.