mirror of
https://github.com/rclone/rclone.git
synced 2025-01-13 20:38:12 +02: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.
|
// Generate a URL for the user to visit for authorization.
|
||||||
_ = open.Start(authUrl)
|
_ = 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")
|
fmt.Printf("Log in and authorize rclone for access\n")
|
||||||
|
|
||||||
var authCode string
|
var authCode string
|
||||||
|
Loading…
Reference in New Issue
Block a user