From 6408ae111c50beeae9cde652d94f75e8e476db9c Mon Sep 17 00:00:00 2001 From: vilmibm Date: Wed, 19 Aug 2020 11:37:05 -0500 Subject: [PATCH] oops --- cmd/gh/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gh/main.go b/cmd/gh/main.go index 2e8513384..7fbf72d2d 100644 --- a/cmd/gh/main.go +++ b/cmd/gh/main.go @@ -141,8 +141,8 @@ func main() { fmt.Fprintf(stderr, authMessage, utils.Bold("Welcome to GitHub CLI!")) } + os.Exit(4) } - os.Exit(4) } rootCmd.SetArgs(expandedArgs)