Merge pull request #1319 from antonlindstrom/check-ok-output
Add explicit OK output to check command
This commit is contained in:
commit
7843341da3
1 changed files with 3 additions and 0 deletions
|
@ -176,5 +176,8 @@ func runCheck(opts CheckOptions, gopts GlobalOptions, args []string) error {
|
|||
if errorsFound {
|
||||
return errors.Fatal("repository contains errors")
|
||||
}
|
||||
|
||||
Verbosef("No errors were found\n")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue