mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
check certbot
This commit is contained in:
parent
ed4fc9d2f7
commit
2ce5b195e5
1 changed files with 1 additions and 1 deletions
|
|
@ -536,7 +536,7 @@ def _comment_directive(block, location):
|
|||
# add_directives
|
||||
next_entry = "\n"
|
||||
if isinstance(next_entry, list):
|
||||
if COMMENT[-1] in next_entry[-1]:
|
||||
if "Certbot" in next_entry[-1]:
|
||||
return
|
||||
next_entry = next_entry.spaced[0]
|
||||
block.insert(location + 1, COMMENT[:])
|
||||
|
|
|
|||
Loading…
Reference in a new issue