diff options
-rw-r--r-- | commands/root.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/root.go b/commands/root.go index 62351055..77d0fcef 100644 --- a/commands/root.go +++ b/commands/root.go @@ -44,7 +44,6 @@ _git_bug() { func Execute() { if err := RootCmd.Execute(); err != nil { - fmt.Println(err) os.Exit(1) } } |