mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
committed by
Tom Limoncelli
parent
b614501d56
commit
e7472f76f3
@@ -97,6 +97,9 @@ func (api *VultrApi) GetDomainCorrections(dc *models.DomainConfig) ([]*models.Co
|
||||
curRecords[i] = r
|
||||
}
|
||||
|
||||
// Normalize
|
||||
models.Downcase(curRecords)
|
||||
|
||||
differ := diff.New(dc)
|
||||
_, create, delete, modify := differ.IncrementalDiff(curRecords)
|
||||
|
||||
|
Reference in New Issue
Block a user