mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:09:10 +02:00
Merge pull request #2860 from kevinburke/append-two-arguments
Pass a single argument to append()
This commit is contained in:
+1
-1
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user