autodns: typo

This commit is contained in:
Alexandre Aubin 2021-09-18 23:15:36 +02:00
parent fa31d49bf9
commit 2c997d43e1

View file

@ -834,7 +834,7 @@ def domain_dns_push(operation_logger, domain, dry_run=False, force=False, purge=
record["name"] = "@." + record["name"] record["name"] = "@." + record["name"]
if record["type"] in ["MX", "SRV"]: if record["type"] in ["MX", "SRV"]:
logger.warning(f"Pushing {record['type']} records is not properly supported by Lexicon/Godaddy.") logger.warning(f"Pushing {record['type']} records is not properly supported by Lexicon/Godaddy.")
results["warning"].append(f"Pushing {record['type']} records is not properly supported by Lexicon/Godaddy.") results["warnings"].append(f"Pushing {record['type']} records is not properly supported by Lexicon/Godaddy.")
continue continue
record["action"] = action record["action"] = action