mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
fixes #2247
This commit is contained in:
parent
f018895d72
commit
f9a3abeeae
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ class ApacheParser(object):
|
|||
# Note: This works for augeas globs, ie. *.conf
|
||||
if use_new:
|
||||
inc_test = self.aug.match(
|
||||
"/augeas/load/Httpd/incl [. ='%s']" % filepath)
|
||||
"/augeas/load/Httpd['%s' =~ glob(incl)]" % filepath)
|
||||
if not inc_test:
|
||||
# Load up files
|
||||
# This doesn't seem to work on TravisCI
|
||||
|
|
|
|||
Loading…
Reference in a new issue