mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 01:47:53 +08:00
revert exit code changes.
This commit is contained in:
parent
7e5a1fb96d
commit
f6b26f24c6
1 changed files with 0 additions and 3 deletions
|
@ -165,9 +165,6 @@ DomainLoop:
|
|||
if anyErrors {
|
||||
return errors.Errorf("Completed with errors")
|
||||
}
|
||||
if totalCorrections != 0 {
|
||||
return errors.Errorf("Corrections pending")
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue