mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 19:20:09 -04:00
Merge pull request #2860 from kevinburke/append-two-arguments
Pass a single argument to append()
This commit is contained in:
commit
07fb1028e2
1 changed files with 1 additions and 1 deletions
|
|
@ -287,7 +287,7 @@ def _renew_describe_results(config, renew_successes, renew_failures,
|
|||
if parse_failures:
|
||||
notify("\nAdditionally, the following renewal configuration files "
|
||||
"were invalid: ")
|
||||
notify(parse_failures, "parsefail")
|
||||
notify(report(parse_failures, "parsefail"))
|
||||
|
||||
if config.dry_run:
|
||||
notify("** DRY RUN: simulating 'certbot renew' close to cert expiry")
|
||||
|
|
|
|||
Loading…
Reference in a new issue