Skip to content

Commit

Permalink
OCM-6391 | fix: Remove duplicate oidcprovider cmd call
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterkepley committed May 7, 2024
1 parent 4404292 commit 68b8970
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/create/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,7 @@ func init() {
userrole.Cmd, ocmrole.Cmd,
oidcprovider.Cmd, breakglasscredential.Cmd,
admin.Cmd, autoscaler.Cmd, dnsdomains.Cmd,
externalauthprovider.Cmd, idp.Cmd, kubeletconfig.Cmd,
oidcprovider.Cmd, tuningconfigs.Cmd,
externalauthprovider.Cmd, idp.Cmd, kubeletconfig.Cmd, tuningconfigs.Cmd,
}
arguments.MarkRegionDeprecated(Cmd, globallyAvailableCommands)
}

0 comments on commit 68b8970

Please sign in to comment.