Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Oct 22, 2024
1 parent 17eb28b commit 8e87626
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/kubectl-testkube/commands/testworkflows/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ func NewRunTestWorkflowCmd() *cobra.Command {
DisableWebhooks: disableWebhooks,
Tags: tags,
RunningContext: runningContext,
},
)
})
if err != nil {
// User friendly Open Source operation error
errMessage := err.Error()
Expand Down

0 comments on commit 8e87626

Please sign in to comment.