Skip to content

Commit

Permalink
Fixed order or imports and spacing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tirthct committed Jan 25, 2024
1 parent 8c6729c commit 5dff44b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cmd/ocm/login/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,13 @@ package login

import (
"fmt"
"github.com/openshift-online/ocm-sdk-go/authentication"
"os"

sdk "github.com/openshift-online/ocm-sdk-go"
"github.com/spf13/cobra"

"github.com/openshift-online/ocm-cli/pkg/config"
"github.com/openshift-online/ocm-cli/pkg/urls"
sdk "github.com/openshift-online/ocm-sdk-go"
"github.com/openshift-online/ocm-sdk-go/authentication"
"github.com/spf13/cobra"
)

const (
Expand Down Expand Up @@ -151,7 +150,7 @@ func init() {
"use-auth-code",
false,
"Enables OAuth Authorization Code login using PKCE. If this option is provided, "+
"the user will be taken to Red Hat SSO for authentication. In order to use a different account"+
"the user will be taken to Red Hat SSO for authentication. In order to use a different account, "+
"log out from sso.redhat.com after using the 'ocm logout' command.",
)
flags.MarkHidden("use-auth-code")
Expand Down

0 comments on commit 5dff44b

Please sign in to comment.