typo in non-preconfigured-renewal message

Co-authored-by: ohemorange <ebportnoy@gmail.com>
This commit is contained in:
alexzorin 2021-04-22 16:50:09 +10:00 committed by GitHub
parent 5a15b3c79c
commit be6ee863f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.")
)