[mod] no space before a ? in english

This commit is contained in:
Laurent Peuch 2016-11-28 14:32:07 +01:00
parent ddcc57eb9d
commit 7f046f0880

View file

@ -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 !")