diff --git a/cmd/restic/cmd_check.go b/cmd/restic/cmd_check.go index 1a12585fd..f45e27271 100644 --- a/cmd/restic/cmd_check.go +++ b/cmd/restic/cmd_check.go @@ -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 }