We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea180c commit fb087afCopy full SHA for fb087af
1 file changed
internal/batches/ui/task_exec_tui.go
@@ -455,7 +455,7 @@ func (ui stepsExecTUI) StepSkipped(step int) {
455
ui.updateStatusBar(fmt.Sprintf("Skipping step %d", step))
456
}
457
func (ui stepsExecTUI) StepPreparingStart(step int) {
458
- ui.updateStatusBar(fmt.Sprintf("Preparing %d", step))
+ ui.updateStatusBar(fmt.Sprintf("Preparing step %d", step))
459
460
func (ui stepsExecTUI) StepPreparingSuccess(step int) {
461
// noop right now
0 commit comments