mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] typo
This commit is contained in:
parent
65e9a4b6d8
commit
c1252120a1
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ def certificate_status(auth, domainList, full=False):
|
|||
# Else, validate that yunohost knows the domains given
|
||||
else:
|
||||
for domain in domainList:
|
||||
# Is it in Yunohost dmomain list ?
|
||||
# Is it in Yunohost domain list ?
|
||||
if domain not in yunohost.domain.domain_list(auth)['domains']:
|
||||
raise MoulinetteError(errno.EINVAL, m18n.n('certmanager_domain_unknown', domain=domain))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue