mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
typo in non-preconfigured-renewal message
Co-authored-by: ohemorange <ebportnoy@gmail.com>
This commit is contained in:
parent
5a15b3c79c
commit
be6ee863f7
1 changed files with 1 additions and 1 deletions
|
|
@ -501,7 +501,7 @@ def _report_new_cert(config, cert_path, fullchain_path, key_path=None):
|
|||
if config.preconfigured_renewal else
|
||||
(f'Run "{cli.cli_constants.cli_command} renew" to renew '
|
||||
"expiring certificates. "
|
||||
"We recommend setting up a scheduled task for renewal, see "
|
||||
"We recommend setting up a scheduled task for renewal; see "
|
||||
"https://certbot.eff.org/docs/using.html#automated-renewals "
|
||||
"for instructions.")
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue