Skip to content

Commit

Permalink
fix: scripts delete all removed script name arg (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
exu authored Jan 20, 2022
1 parent 51601ed commit e906259
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmd/kubectl-testkube/commands/scripts/deleteall.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package scripts

import (
"github.com/kubeshop/testkube/cmd/kubectl-testkube/commands/common"
"github.com/kubeshop/testkube/cmd/kubectl-testkube/commands/common/validator"
"github.com/kubeshop/testkube/pkg/ui"
"github.com/spf13/cobra"
)
Expand All @@ -12,7 +11,6 @@ func NewDeleteAllScriptsCmd() *cobra.Command {
cmd := &cobra.Command{
Use: "delete-all",
Short: "Delete all scripts",
Args: validator.ScriptName,
Run: func(cmd *cobra.Command, args []string) {
ui.Logo()
namespace := cmd.Flag("namespace").Value.String()
Expand Down

0 comments on commit e906259

Please sign in to comment.