mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-10 06:06:09 +08:00
typo
This commit is contained in:
parent
bdddd466bf
commit
2dcb33e7b7
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ func (c *Provider) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Corr
|
||||||
if os.IsNotExist(err) {
|
if os.IsNotExist(err) {
|
||||||
zoneFileFound = false
|
zoneFileFound = false
|
||||||
} else {
|
} else {
|
||||||
return nil, fmt.Errorf("can't open %s:: %w", zoneFileName, err)
|
return nil, fmt.Errorf("can't open %s: %w", zoneFileName, err)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
foundRecords, err = octoyaml.ReadYaml(foundFH, dc.Name)
|
foundRecords, err = octoyaml.ReadYaml(foundFH, dc.Name)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue