1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

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

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
}