diff options
| -rwxr-xr-x | renew-all | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -40,7 +40,11 @@ def main() -> None: "--dns.disable-cp", ] + subdomain_requests - + ["renew", "--renew-hook", domain[f"renew_script_{args.env}"]] + + [ + "renew", + "--renew-hook", + domain[f"renew_script_{args.env}"], + ] ) environment = { "DESEC_POLLING_INTERVAL": str(config["timeout_seconds"]), |
