mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-25 17:13:58 +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 {
|
if anyErrors {
|
||||||
return errors.Errorf("Completed with errors")
|
return errors.Errorf("Completed with errors")
|
||||||
}
|
}
|
||||||
if totalCorrections != 0 {
|
|
||||||
return errors.Errorf("Corrections pending")
|
|
||||||
}
|
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue