mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
don't code while distracted
This commit is contained in:
parent
d8c2dd1a5c
commit
1bbfde1771
1 changed files with 1 additions and 0 deletions
|
|
@ -1006,6 +1006,7 @@ class ApacheConfigurator(augeas_configurator.AugeasConfigurator):
|
|||
fp = fp.replace("(", "\\(")
|
||||
fp = fp.replace(")", "\\)")
|
||||
fp = fp.replace("!", "\\!")
|
||||
return fp
|
||||
|
||||
######################################################################
|
||||
# Enhancements
|
||||
|
|
|
|||
Loading…
Reference in a new issue