Delete an error message that is not useful (and had a typo)

This commit is contained in:
Nils Leif Fischer 2020-11-29 16:07:43 +01:00 committed by Nils Leif Fischer
parent 34d549e7b6
commit 413ccb71cc
No known key found for this signature in database
GPG key ID: 8AFFB0246726C976

View file

@ -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)
}