mirror of
https://github.com/certbot/certbot.git
synced 2026-01-26 07:41:33 +03:00
Clarify that configurations can be invalid (#6277)
This commit is contained in:
@@ -353,7 +353,7 @@ def _describe_certs(config, parsed_certs, parse_failures):
|
||||
notify("Found the following {0}certs:".format(match))
|
||||
notify(_report_human_readable(config, parsed_certs))
|
||||
if parse_failures:
|
||||
notify("\nThe following renewal configuration files "
|
||||
notify("\nThe following renewal configurations "
|
||||
"were invalid:")
|
||||
notify(_report_lines(parse_failures))
|
||||
|
||||
|
||||
@@ -359,7 +359,7 @@ def _renew_describe_results(config, renew_successes, renew_failures,
|
||||
notify_error(report(renew_failures, "failure"))
|
||||
|
||||
if parse_failures:
|
||||
notify("\nAdditionally, the following renewal configuration files "
|
||||
notify("\nAdditionally, the following renewal configurations "
|
||||
"were invalid: ")
|
||||
notify(report(parse_failures, "parsefail"))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user