mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
fix typo
This commit is contained in:
parent
4c001ad466
commit
72144f6cb7
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ class ApacheHttp01Test(util.ApacheTest):
|
|||
for achall in achalls:
|
||||
self._test_challenge_file(achall)
|
||||
|
||||
for vhost in vhosts):
|
||||
for vhost in vhosts:
|
||||
matches = self.config.parser.find_dir("Include",
|
||||
self.http.challenge_conf,
|
||||
vhost.path)
|
||||
|
|
|
|||
Loading…
Reference in a new issue