diff --git a/cmd/root.go b/cmd/root.go index 2ec39ca..94641a4 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -22,7 +22,6 @@ var rootCmd = &cobra.Command{ // Execute starts the root command for packwiz func Execute() { if err := rootCmd.Execute(); err != nil { - fmt.Println(err) os.Exit(1) } }