revert exit code changes.

This commit is contained in:
Craig Peterson 2019-02-06 23:41:24 -05:00 committed by GitHub
parent 7e5a1fb96d
commit f6b26f24c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,9 +165,6 @@ DomainLoop:
if anyErrors {
return errors.Errorf("Completed with errors")
}
if totalCorrections != 0 {
return errors.Errorf("Corrections pending")
}
return nil
}