Skip to content

Commit

Permalink
fixL format execution output
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Jul 15, 2024
1 parent 2172d3e commit 5d84c36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ func printPrettyOutput(ui *ui.UI, execution testkube.TestWorkflowExecution) {
ui.Warn("Execution number: ", fmt.Sprintf("%d", execution.Number))
}
ui.Warn("Requested at: ", execution.ScheduledAt.String())
ui.Warn("Disabled webhooks:", fmt.Sprint(execution.DisableWebhooks))
ui.Warn("Disabled webhooks: ", fmt.Sprint(execution.DisableWebhooks))
if execution.Result != nil && execution.Result.Status != nil {
ui.Warn("Status: ", string(*execution.Result.Status))
if !execution.Result.QueuedAt.IsZero() {
Expand Down

0 comments on commit 5d84c36

Please sign in to comment.