Skip to content

Commit

Permalink
Update cmd/kubectl-testkube/commands/testsuites/create.go
Browse files Browse the repository at this point in the history
Co-authored-by: nicufk <89570185+nicufk@users.noreply.github.com>
  • Loading branch information
exu and nicufk authored Feb 17, 2022
1 parent 7f0e078 commit 6168649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubectl-testkube/commands/testsuites/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func NewCreateTestSuitesCmd() *cobra.Command {
Use: "create",
Aliases: []string{"c"},
Short: "Create new test suite",
Long: `Create new TestSuite Custom Resource, `,
Long: `Create new TestSuite Custom Resource`,
Run: func(cmd *cobra.Command, args []string) {
ui.Logo()

Expand Down

0 comments on commit 6168649

Please sign in to comment.