diff --git a/certbot-apache/certbot_apache/_internal/parser.py b/certbot-apache/certbot_apache/_internal/parser.py index 884df0a6a..a021d3445 100644 --- a/certbot-apache/certbot_apache/_internal/parser.py +++ b/certbot-apache/certbot_apache/_internal/parser.py @@ -451,7 +451,7 @@ class ApacheParser(object): # Catch include and includeoptional if directive.lower().startswith("include"): # Refresh the list of includes - self.includes = self._find_all_includes() + self.includes = self._find_all_includes() # pragma: no cover def get_ifmod(self, aug_conf_path, mod, beginning=False): """Returns the path to and creates one if it doesn't exist.