Skip to content

Commit 4e19f9e

Browse files
committed
venv is still named letsencrypt
1 parent eb56c16 commit 4e19f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

certbot/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
# should only be used for purposes where inability to detect letsencrypt-auto
3838
# fails safely
3939

40-
fragment = os.path.join(".local", "share", "certbot")
40+
fragment = os.path.join(".local", "share", "letsencrypt")
4141
cli_command = "letsencrypt-auto" if fragment in sys.argv[0] else "certbot"
4242

4343
# Argparse's help formatting has a lot of unhelpful peculiarities, so we want

0 commit comments

Comments
 (0)