Clarify that configurations can be invalid (#6277)

This commit is contained in:
Josh Soref
2018-08-03 14:55:12 -07:00
committed by Brad Warren
parent 7bff0a02e4
commit 4989668e0a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"))