mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 13:59:02 -04:00
refer to --deploy-hook instead of deploy hook
This commit is contained in:
parent
15d25ff257
commit
80d5c6a18b
1 changed files with 1 additions and 1 deletions
|
|
@ -1736,7 +1736,7 @@ def reconfigure(config: configuration.NamespaceConfig,
|
|||
|
||||
# figure this out before we modify config
|
||||
if config.deploy_hook and not config.run_deploy_hook:
|
||||
msg = ("You are attempting to set a new deploy hook. Would you like Certbot to run the new "
|
||||
msg = ("You are attempting to set a new --deploy-hook. Would you like Certbot to run the new "
|
||||
"hook when it performs a dry run with the new settings? This will run all relevant "
|
||||
"deploy hooks, including directory hooks, unless --no-directory-hooks is set.")
|
||||
config.run_deploy_hook = display_util.yesno(msg,"Run deploy hook",
|
||||
|
|
|
|||
Loading…
Reference in a new issue