mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
fix Augeas lens path
This commit is contained in:
parent
e5aa01f593
commit
a6bad711b8
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ def _generate_augeas_lens_dir_static() -> str:
|
|||
file_manager = ExitStack()
|
||||
atexit.register(file_manager.close)
|
||||
augeas_lens_dir_ref = importlib.resources.files("certbot") / "_internal" \
|
||||
/ "apache" / "augeas_lens"
|
||||
"plugins" / "apache" / "augeas_lens"
|
||||
return str(file_manager.enter_context(importlib.resources.as_file(augeas_lens_dir_ref)))
|
||||
|
||||
AUGEAS_LENS_DIR = _generate_augeas_lens_dir_static()
|
||||
|
|
|
|||
Loading…
Reference in a new issue