From 413ccb71cce962dfeddbda86a2a4dab563efa630 Mon Sep 17 00:00:00 2001 From: Nils Leif Fischer Date: Sun, 29 Nov 2020 16:07:43 +0100 Subject: [PATCH] Delete an error message that is not useful (and had a typo) --- cmd/gh/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/gh/main.go b/cmd/gh/main.go index ec505d4b8..61cbf7081 100644 --- a/cmd/gh/main.go +++ b/cmd/gh/main.go @@ -140,7 +140,6 @@ func main() { fmt.Fprintln(stderr, cs.Bold("Welcome to GitHub CLI!")) fmt.Fprintln(stderr) fmt.Fprintln(stderr, "To authenticate, please run `gh auth login`.") - fmt.Fprintln(stderr, "You can also set the one of the auth token environment variables, if preferred.") os.Exit(4) }