mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Typo
This commit is contained in:
parent
a16a164e20
commit
74213c6ce9
1 changed files with 1 additions and 1 deletions
|
@ -960,7 +960,7 @@ def domain_dns_push(operation_logger, domain, dry_run=False, force=False, purge=
|
|||
f"Pushing {record['type']} records is not properly supported by Lexicon/Godaddy."
|
||||
)
|
||||
continue
|
||||
else if registrar == "gandi":
|
||||
elif registrar == "gandi":
|
||||
if record["name"] == base_dns_zone:
|
||||
record["name"] = "@." + record["name"]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue