mirror of
https://github.com/certbot/certbot.git
synced 2026-08-02 19:31:51 +02:00
venv is still named letsencrypt
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ helpful_parser = None
|
|||||||
# should only be used for purposes where inability to detect letsencrypt-auto
|
# should only be used for purposes where inability to detect letsencrypt-auto
|
||||||
# fails safely
|
# fails safely
|
||||||
|
|
||||||
fragment = os.path.join(".local", "share", "certbot")
|
fragment = os.path.join(".local", "share", "letsencrypt")
|
||||||
cli_command = "letsencrypt-auto" if fragment in sys.argv[0] else "certbot"
|
cli_command = "letsencrypt-auto" if fragment in sys.argv[0] else "certbot"
|
||||||
|
|
||||||
# Argparse's help formatting has a lot of unhelpful peculiarities, so we want
|
# Argparse's help formatting has a lot of unhelpful peculiarities, so we want
|
||||||
|
|||||||
Reference in New Issue
Block a user