[mod] no space before ! in english

This commit is contained in:
Laurent Peuch 2021-04-13 12:37:55 +02:00
parent 1468073f79
commit b33e7c16ac

View file

@ -432,7 +432,7 @@ def certificate_renew(
stack = StringIO()
traceback.print_exc(file=stack)
msg = "Certificate renewing for %s failed !" % (domain)
msg = "Certificate renewing for %s failed!" % (domain)
if no_checks:
msg += (
"\nPlease consider checking the 'DNS records' (basic) and 'Web' categories of the diagnosis to check for possible issues that may prevent installing a Let's Encrypt certificate on domain %s."