mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
typo
This commit is contained in:
@ -112,7 +112,7 @@ func (c *Provider) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Corr
|
||||
if os.IsNotExist(err) {
|
||||
zoneFileFound = false
|
||||
} else {
|
||||
return nil, fmt.Errorf("can't open %s:: %w", zoneFileName, err)
|
||||
return nil, fmt.Errorf("can't open %s: %w", zoneFileName, err)
|
||||
}
|
||||
} else {
|
||||
foundRecords, err = octoyaml.ReadYaml(foundFH, dc.Name)
|
||||
|
Reference in New Issue
Block a user