From 3864153db0e6a17ee8edbcc3def62b9e25ba3145 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Wed, 17 Jan 2018 09:32:44 -0800 Subject: [PATCH] fix typo --- certbot-apache/certbot_apache/http_01.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot-apache/certbot_apache/http_01.py b/certbot-apache/certbot_apache/http_01.py index 58d87298c..4aa3215e6 100644 --- a/certbot-apache/certbot_apache/http_01.py +++ b/certbot-apache/certbot_apache/http_01.py @@ -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(