mirror of
https://github.com/certbot/certbot.git
synced 2026-04-29 10:09:20 -04:00
Merge pull request #7729 from certbot/fix-nginx-typo
Fix a typo in Nginx
This commit is contained in:
commit
1a2189f4df
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