clean cli.Run error message (#8191)

pull/8210/head
Davor Kapsa 4 years ago committed by GitHub
parent f6eaf74de2
commit b287ebc1fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,7 @@ func realMain() int {
exitCode, err := cli.Run()
if err != nil {
fmt.Fprintf(os.Stderr, "Error executing CLI: %s\n", err.Error())
fmt.Fprintf(os.Stderr, "Error executing CLI: %v\n", err)
return 1
}

Loading…
Cancel
Save