Skip to content

Commit

Permalink
fixes #2720 - remove RunE leftover from debugging (#2721)
Browse files Browse the repository at this point in the history
  • Loading branch information
dovholuknf authored Jan 31, 2025
1 parent 1ab3ec1 commit ab5669c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ziti/cmd/ops/verify/ext-jwt-signer/oidc/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,10 +277,6 @@ func NewOidcVerificationCmd(out io.Writer, errOut io.Writer, initialContext cont
Short: "test an external JWT signer for OIDC auth",
Long: "tests and verifies an external JWT signer is configured correctly to authenticate using OIDC",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {
// Force display of the usage template
return cmd.Usage()
},
Run: func(cmd *cobra.Command, args []string) {
logLvl := logrus.InfoLevel
if opts.Verbose {
Expand Down

0 comments on commit ab5669c

Please sign in to comment.