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 {