diff --git a/command/oauth/cmd.go b/command/oauth/cmd.go index 655637c5..a0e87b2a 100644 --- a/command/oauth/cmd.go +++ b/command/oauth/cmd.go @@ -915,7 +915,7 @@ func (o *oauth) DoDeviceAuthorization() (*token, error) { fmt.Fprintf(os.Stderr, "Visit %s and enter the code:\n", idr.VerificationURI) fmt.Fprintln(os.Stderr, idr.UserCode) } else { - fmt.Fprintf(os.Stderr, "Visit %s:\n", idr.VerificationURI) + fmt.Fprintf(os.Stderr, "Visit %s\n", idr.VerificationURI) } // Poll the Token endpoint until the user completes the flow.