mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix typo
This commit is contained in:
parent
90ca31f15c
commit
9bb48778dc
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ class ApacheHttp01(common.TLSSNI01):
|
|||
moded_vhosts = set()
|
||||
for chall in self.achalls:
|
||||
vh = self.configurator.find_best_http_vhost(chall.domain)
|
||||
if vh and vh not in moded_vhosts
|
||||
if vh and vh not in moded_vhosts:
|
||||
self._set_up_include_directive(vh)
|
||||
moded_vhosts.add(vh)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue