From baee91fb0cf6f301ac705b170e5e4b28617e1d28 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Tue, 27 Oct 2015 19:39:19 -0700 Subject: [PATCH] style change, no logic change --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index ae08ef193..36115789d 100644 --- a/main.go +++ b/main.go @@ -49,5 +49,6 @@ func RunCustom(args []string, commands map[string]cli.CommandFactory) int { fmt.Fprintf(os.Stderr, "Error executing CLI: %s\n", err.Error()) return 1 } + return exitCode }