Skip to content

Commit

Permalink
print shorter error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevilliers committed Apr 16, 2020
1 parent 03ec72b commit 2685912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/connectctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func main() {
cobra.OnInitialize(initConfig)

if err := rootCmd.Execute(); err != nil {
fmt.Printf("%+v", err)
fmt.Printf("%s", err)
os.Exit(1)
}
}
Expand Down

0 comments on commit 2685912

Please sign in to comment.