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
613d5eea05
commit
3864153db0
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ class ApacheHttp01(common.TLSSNI01):
|
|||
if vh:
|
||||
self._set_up_include_directive(vh)
|
||||
else:
|
||||
for vhost in self._relevant_vhosts():
|
||||
for vh in self._relevant_vhosts():
|
||||
self._set_up_include_directive(vh)
|
||||
|
||||
self.configurator.reverter.register_file_creation(
|
||||
|
|
|
|||
Loading…
Reference in a new issue