From 204e902dbae0d94b72640956df4d175e1c819aec Mon Sep 17 00:00:00 2001 From: Tiernan L Date: Thu, 9 Jan 2020 15:27:39 -1000 Subject: [PATCH] browser is sufficient --- context/config_setup.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/context/config_setup.go b/context/config_setup.go index 48a037a24..b68e167a9 100644 --- a/context/config_setup.go +++ b/context/config_setup.go @@ -36,7 +36,7 @@ func setupConfigFile(filename string) (*configEntry, error) { } fmt.Fprintln(os.Stderr, "Notice: authentication required") - fmt.Fprintf(os.Stderr, "Press Enter to open %s in your web browser... ", flow.Hostname) + fmt.Fprintf(os.Stderr, "Press Enter to open %s in your browser... ", flow.Hostname) waitForEnter(os.Stdin) token, err := flow.ObtainAccessToken() if err != nil {