From 3ecbf2af25572556053e045bdd0852eadf1e422d Mon Sep 17 00:00:00 2001 From: Klaus Post Date: Sat, 12 Sep 2015 11:22:17 +0200 Subject: [PATCH] Fix missing link text. --- oauthutil/oauthutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauthutil/oauthutil.go b/oauthutil/oauthutil.go index 7718d3062..3fb851b1a 100644 --- a/oauthutil/oauthutil.go +++ b/oauthutil/oauthutil.go @@ -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