Skip to content

Commit

Permalink
Merge pull request #414 from zgalor/fix_edit_cluster_cmd
Browse files Browse the repository at this point in the history
Fix edit cluster command
  • Loading branch information
zgalor authored Nov 22, 2022
2 parents ce1a97d + ea1455a commit 243caa8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cmd/ocm/edit/cluster/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ package cluster

import (
"fmt"

"os"
"strings"
"time"
Expand All @@ -29,8 +28,6 @@ import (
)

var args struct {
clusterKey string

// Basic options
expirationTime string
expirationDuration time.Duration
Expand All @@ -49,7 +46,6 @@ var Cmd = &cobra.Command{
Long: "Edit cluster.",
Example: ` # Edit a cluster named "mycluster" to make it private
ocm edit cluster mycluster --private`,
Args: cobra.NoArgs,
RunE: run,
}

Expand Down

0 comments on commit 243caa8

Please sign in to comment.