Skip to content

Commit

Permalink
Changed client id to the provided prod client id
Browse files Browse the repository at this point in the history
  • Loading branch information
tirthct committed Jan 17, 2024
1 parent 0ebb77e commit cdb643d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ocm/login/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
productionURL = "https://api.openshift.com"
stagingURL = "https://api.stage.openshift.com"
integrationURL = "https://api.integration.openshift.com"
oauthClientID = "cloud-services"
oauthClientID = "ocm-cli"
)

// When the value of the `--url` option is one of the keys of this map it will be replaced by the
Expand Down

0 comments on commit cdb643d

Please sign in to comment.