mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 07:07:44 +08:00
Fix missing link text.
This commit is contained in:
parent
79f2e95bf9
commit
3ecbf2af25
|
@ -179,7 +179,7 @@ func ConfigWithWebserver(name string, config *oauth2.Config, bindAddress string)
|
|||
|
||||
// Generate a URL for the user to visit for authorization.
|
||||
_ = open.Start(authUrl)
|
||||
fmt.Printf("If your browser doesn't open automatically go to the following link: %s\n")
|
||||
fmt.Printf("If your browser doesn't open automatically go to the following link: %s\n", authUrl)
|
||||
fmt.Printf("Log in and authorize rclone for access\n")
|
||||
|
||||
var authCode string
|
||||
|
|
Loading…
Reference in New Issue
Block a user