mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 16:19:11 +02:00
Add space between words.
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user