mirror of
https://github.com/certbot/certbot.git
synced 2026-01-24 19:22:07 +03:00
fix typo
This commit is contained in:
@@ -48,7 +48,7 @@ logger = logging.getLogger(__name__)
|
||||
# When invoked from letsencrypt-auto, sys.argv[0] is something like:
|
||||
# "/home/user/.local/share/letsencrypt/bin/letsencrypt"
|
||||
# Note that this won't work if the user set VENV_PATH or XDG_DATA_HOME before running
|
||||
# letsencrypt-auto (and sudo stops us from seing if they did), so it should only be used
|
||||
# letsencrypt-auto (and sudo stops us from seeing if they did), so it should only be used
|
||||
# for purposes where inability to detect letsencrypt-auto fails safely
|
||||
|
||||
fragment = os.path.join(".local", "share", "letsencrypt")
|
||||
|
||||
Reference in New Issue
Block a user