Skip to content

Commit

Permalink
Update cmd/kubectl-testkube/commands/tests/update.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 fdeef15 commit 74dee04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kubectl-testkube/commands/tests/update.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func NewUpdateTestsCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "update",
Short: "Update test",
Long: `Update Test Custom Resource, `,
Long: `Update Test Custom Resource`,
Run: func(cmd *cobra.Command, args []string) {
ui.Logo()
var err error
Expand Down

0 comments on commit 74dee04

Please sign in to comment.