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:
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user