diff --git a/cli/run.go b/cli/run.go index 0ae0159c..e6b31448 100644 --- a/cli/run.go +++ b/cli/run.go @@ -190,6 +190,6 @@ func Run(version, commit string) { ) if err := rootCmd.Execute(); err != nil { - log.Fatal(err) + os.Exit(1) } }