We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb56c16 commit 4e19f9eCopy full SHA for 4e19f9e
certbot/cli.py
@@ -37,7 +37,7 @@
37
# should only be used for purposes where inability to detect letsencrypt-auto
38
# fails safely
39
40
-fragment = os.path.join(".local", "share", "certbot")
+fragment = os.path.join(".local", "share", "letsencrypt")
41
cli_command = "letsencrypt-auto" if fragment in sys.argv[0] else "certbot"
42
43
# Argparse's help formatting has a lot of unhelpful peculiarities, so we want
0 commit comments