Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Dec 2, 2024
1 parent 6003cde commit 5136c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubectl-testkube/commands/testworkflows/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ func uiWatch(execution testkube.TestWorkflowExecution, serviceName string, servi
ui.Failf("unknown parallel step '%s' for test workflow execution %s", parallelStepName, execution.Id)
}

result, err = watchTestWorkflowParallelStepLogs(execution.Id, parallelStepName, parallelStepIndex, execution.Signature, client)
result, err = watchTestWorkflowParallelStepLogs(execution.Id, ref, parallelStepIndex, execution.Signature, client)
default:
result, err = watchTestWorkflowLogs(execution.Id, execution.Signature, client)

Expand Down

0 comments on commit 5136c31

Please sign in to comment.