Skip to content

Commit 0047259

Browse files
committed
Nitz.
1 parent f209147 commit 0047259

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

internal/temporalcli/commands.workflow_view.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ func (c *TemporalWorkflowDescribeCommand) run(cctx *CommandContext, args []strin
3838
return fmt.Errorf("failed to get workflow state: %w", err)
3939
}
4040

41-
return printWorkdlowOutput(cctx, c.Format.Value, result, func() string {
41+
return printWorkflowOutput(cctx, c.Format.Value, result, func() string {
4242
return workflowdebug.StateToMermaid(result)
4343
})
4444
}
@@ -598,7 +598,7 @@ func (c *TemporalWorkflowShowCommand) run(cctx *CommandContext, _ []string) erro
598598
return fmt.Errorf("failed to generate timeline: %w", err)
599599
}
600600

601-
return printWorkdlowOutput(cctx, c.Format.Value, result, func() string {
601+
return printWorkflowOutput(cctx, c.Format.Value, result, func() string {
602602
return workflowdebug.TimelineToMermaid(result)
603603
})
604604
}

0 commit comments

Comments
 (0)