use SilentError
This commit is contained in:
parent
ec25b735ab
commit
f358e600ac
1 changed files with 1 additions and 3 deletions
|
|
@ -143,9 +143,7 @@ func statusRun(opts *StatusOptions) error {
|
|||
}
|
||||
|
||||
if failed {
|
||||
// TODO unsure about this; want non-zero exit but don't need to print anything more. Is the
|
||||
// non-zero exit worth it? Should we tweak error handling to not print "" errors?
|
||||
return errors.New("")
|
||||
return cmdutil.SilentError
|
||||
}
|
||||
|
||||
return nil
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue