Skip to content

Commit

Permalink
OCM-12100 | fix: Exit with status 0
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterkepley committed Oct 25, 2024
1 parent 4dc8b65 commit 40ae876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/create/oidcconfig/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ func run(cmd *cobra.Command, _ []string) {
} else {
r.Reporter.Infof("To create the OIDC provider, please run 'rosa create oidc-provider' with the ID " +
"of the OIDC config or cluster you want to associate it with.")
os.Exit(1)
os.Exit(0)
}
oidcprovider.Cmd.Run(oidcprovider.Cmd, providerArgs)
arguments.DisableRegionDeprecationWarning = false // enable region deprecation again
Expand Down

0 comments on commit 40ae876

Please sign in to comment.