Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <vladislav@kubeshop.io>
  • Loading branch information
vsukhin committed Jul 3, 2024
1 parent a1aa8b6 commit 8b1286d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/kubectl-testkube/commands/testworkflows/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ func NewRunTestWorkflowCmd() *cobra.Command {
DisableWebhooks: disableWebhooks,
})
if err != nil {
// User friendly Open Source operation error
errs := []error{constants.ErrOpenSourceExecuteOperationIsNotAvailable,
constants.ErrOpenSourceParallelOperationIsNotAvailable,
constants.ErrOpenSourceServicesOperationIsNotAvailable}
Expand Down

0 comments on commit 8b1286d

Please sign in to comment.