mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[mod] no space before a ? in english
This commit is contained in:
parent
ddcc57eb9d
commit
7f046f0880
1 changed files with 9 additions and 9 deletions
|
@ -269,7 +269,7 @@ def _certificate_install_letsencrypt(auth, domain_list, force=False, no_checks=F
|
|||
raise MoulinetteError(errno.EINVAL, m18n.n(
|
||||
'certmanager_domain_cert_not_selfsigned', domain=domain))
|
||||
|
||||
if (staging):
|
||||
if staging:
|
||||
logger.warning(
|
||||
"Please note that you used the --staging option, and that no new certificate will actually be enabled !")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue