mirror of
https://github.com/certbot/certbot.git
synced 2026-04-21 06:06:55 -04:00
Add space between words.
This commit is contained in:
parent
2338ab36fd
commit
35fa4c0457
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue