X Tutup
Skip to content

Commit 413ccb7

Browse files
committed
Delete an error message that is not useful (and had a typo)
1 parent 34d549e commit 413ccb7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmd/gh/main.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ func main() {
140140
fmt.Fprintln(stderr, cs.Bold("Welcome to GitHub CLI!"))
141141
fmt.Fprintln(stderr)
142142
fmt.Fprintln(stderr, "To authenticate, please run `gh auth login`.")
143-
fmt.Fprintln(stderr, "You can also set the one of the auth token environment variables, if preferred.")
144143
os.Exit(4)
145144
}
146145

0 commit comments

Comments
 (0)
X Tutup