diff --git a/cmd/ocm/login/cmd.go b/cmd/ocm/login/cmd.go index 4adcb4da..4b07712c 100644 --- a/cmd/ocm/login/cmd.go +++ b/cmd/ocm/login/cmd.go @@ -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