mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
autodns: typo
This commit is contained in:
parent
fa31d49bf9
commit
2c997d43e1
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ def domain_dns_push(operation_logger, domain, dry_run=False, force=False, purge=
|
|||
record["name"] = "@." + record["name"]
|
||||
if record["type"] in ["MX", "SRV"]:
|
||||
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
|
||||
|
||||
record["action"] = action
|
||||
|
|
Loading…
Add table
Reference in a new issue