Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
remove incomaptible shorthand flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cr1cr1 committed Oct 10, 2023
1 parent 6bcf432 commit 9f10c1b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/secrets.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ func NewSecrets(parent *Root) *Secrets {
"SOPS configuration file",
)

s.cmd.PersistentFlags().StringP(
s.cmd.PersistentFlags().String(
s.KeyKubeClusterDir(),
"k",
s.DefaultKubeClusterDir(),
"Kubernetes cluster directory",
)
Expand Down

0 comments on commit 9f10c1b

Please sign in to comment.