Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorosirisinferi <github@flut.nl.eu.org>2022-04-13 04:47:19 +0300
committerGitHub <noreply@github.com>2022-04-13 04:47:19 +0300
commit0ca8ec6f7f60d9fa712d194c9291baff21599ef9 (patch)
tree9eab797df9e3c0a01384ec0581f1b151d04a9b55
parentdf982b33b905ac9ba77add0df250cd63947f5af0 (diff)
Add missing closing parenthesis (#9279)
-rw-r--r--certbot/certbot/_internal/cli/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/certbot/certbot/_internal/cli/__init__.py b/certbot/certbot/_internal/cli/__init__.py
index 30b3fab1d..80d4349dc 100644
--- a/certbot/certbot/_internal/cli/__init__.py
+++ b/certbot/certbot/_internal/cli/__init__.py
@@ -409,7 +409,7 @@ def prepare_and_parse_args(plugins: plugins_disco.PluginsRegistry, args: List[st
' the new certificates and keys; the shell variable'
' $RENEWED_DOMAINS will contain a space-delimited list of'
' renewed certificate domains (for example, "example.com'
- ' www.example.com"')
+ ' www.example.com")')
helpful.add(
"renew", "--disable-hook-validation",
action="store_false", dest="validate_hooks",