From be6ee863f719ba61a4f0a932a4c0f02bddb0dda7 Mon Sep 17 00:00:00 2001 From: alexzorin Date: Thu, 22 Apr 2021 16:50:09 +1000 Subject: [PATCH] typo in non-preconfigured-renewal message Co-authored-by: ohemorange --- certbot/certbot/_internal/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbot/certbot/_internal/main.py b/certbot/certbot/_internal/main.py index 5c2631c52..2e195bb86 100644 --- a/certbot/certbot/_internal/main.py +++ b/certbot/certbot/_internal/main.py @@ -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.") )