Skip to content

Commit

Permalink
Remove duplicate error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Dec 11, 2019
1 parent 378d75f commit 2a57cfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/cmd/root.go
Expand Up @@ -85,7 +85,6 @@ func Execute() {
}()

if err := rootCmd.Execute(); err != nil {
fmt.Fprintln(os.Stderr, "Error:", err)
os.Exit(1)
}
}
Expand Down

0 comments on commit 2a57cfe

Please sign in to comment.