Skip to content

Commit ed65478

Browse files
committed
remove url overload
1 parent 3ce8889 commit ed65478

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • cli/pkg/kubectl/bind-login/plugin

cli/pkg/kubectl/bind-login/plugin/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func (o *LoginOptions) Run(ctx context.Context, authURLCh chan<- string) error {
151151
}
152152

153153
if !o.SkipBrowser {
154-
fmt.Fprintf(o.Streams.ErrOut, "Opening browser for authentication... %s\n", authURL)
154+
fmt.Fprintf(o.Streams.ErrOut, "Opening browser for authentication... \n")
155155
err = base.OpenBrowser(authURL)
156156
if err != nil {
157157
fmt.Fprintf(o.Streams.ErrOut, "Failed to open browser automatically: %v\n", err)

0 commit comments

Comments
 (0)