diff --git a/cmd/workflow-runner/main.go b/cmd/workflow-runner/main.go index 4ba467f..1dae153 100644 --- a/cmd/workflow-runner/main.go +++ b/cmd/workflow-runner/main.go @@ -98,7 +98,7 @@ func main() { fmt.Println(sep) // Execution history explanation - fmt.Println("\nšŸ“œ EXECUTION HISTORY (%d events)") + fmt.Printf("\nšŸ“œ EXECUTION HISTORY (%d events)\n", descResp.WorkflowExecutionInfo.HistoryLength) fmt.Println(sep) historyLength := descResp.WorkflowExecutionInfo.HistoryLength