Update pkg/cmd/status.go

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
pull/31878/head
Matthieu MOREL 2 weeks ago committed by GitHub
parent 1d2d63cc43
commit 5d40f17011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -199,7 +199,7 @@ func (s statusPrinter) WriteTable(out io.Writer) error {
h.Name,
"Last Started: "+h.LastRun.StartedAt.Format(time.ANSIC),
"Last Completed: "+h.LastRun.CompletedAt.Format(time.ANSIC),
fmt.Sprintf("Phase: %s", h.LastRun.Phase),
"Phase: "+h.LastRun.Phase,
)
}
}

Loading…
Cancel
Save