Skip to content

Commit

Permalink
remove duplicated flag registering (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshasselberg authored and jmurret committed Sep 28, 2022
1 parent 6413428 commit f2c775d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cli/cmd/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,12 +203,6 @@ func (c *Command) init() {
Default: "",
Usage: "Set the Kubernetes context to use.",
})
f.StringVar(&flag.StringVar{
Name: flagHCPResourceID,
Target: &c.flagHCPResourceID,
Default: "",
Usage: "Set the HCP resource_id when using the 'cloud' preset.",
})

c.help = c.set.Help()
}
Expand Down

0 comments on commit f2c775d

Please sign in to comment.