mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 14:26:10 -04:00
Add missing closing parenthesis (#9279)
This commit is contained in:
parent
df982b33b9
commit
0ca8ec6f7f
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue