mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
fixup!
This commit is contained in:
@ -672,7 +672,6 @@ func makeOvhNativeRecord(name, target, rType string) *models.RecordConfig {
|
||||
r := makeRec(name, "", "TXT")
|
||||
r.Metadata = make(map[string]string)
|
||||
r.Metadata["create_ovh_native_record"] = rType
|
||||
r.TxtStrings = []string{target}
|
||||
r.SetTarget(target)
|
||||
return r
|
||||
}
|
||||
|
Reference in New Issue
Block a user