Skip to content

Commit

Permalink
STUPID LINTER
Browse files Browse the repository at this point in the history
  • Loading branch information
kschoche committed Feb 7, 2022
1 parent b495065 commit f4d1a89
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions control-plane/subcommand/acl-init/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,10 @@ type Command struct {
flagACLDir string
flagTokenSinkFile string

flagACLAuthMethod string // Auth Method to use for ACLs, if enabled.
flagAuthMethodNamespace string // Consul namespace the auth-method is defined in.
flagConsulServiceNamespace string // Consul destination namespace for the service.
flagLogLevel string
flagLogJSON bool
flagACLAuthMethod string // Auth Method to use for ACLs, if enabled.
flagAuthMethodNamespace string // Consul namespace the auth-method is defined in.
flagLogLevel string
flagLogJSON bool

// Flags to support Consul namespaces
flagEnableNamespaces bool // Use namespacing on all components
Expand Down

0 comments on commit f4d1a89

Please sign in to comment.