Merge pull request #2505 from nilsleiffischer/patch-1

Fix typo in an error message
This commit is contained in:
Mislav Marohnić 2020-12-01 20:42:31 +01:00 committed by GitHub
commit d74086da92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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