Add space between words.

This commit is contained in:
Brad Warren 2020-01-29 15:30:51 -08:00
parent 2338ab36fd
commit 35fa4c0457

View file

@ -1008,7 +1008,7 @@ class NginxConfigurator(common.Installer):
matches = re.findall(r"built with OpenSSL ([^ ]+) ", text)
if not matches:
logger.warning("NGINX configured with OpenSSL alternatives is not officially"
"supported by Certbot.")
" supported by Certbot.")
return ""
return matches[0]