summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrenew-all6
1 files changed, 5 insertions, 1 deletions
diff --git a/renew-all b/renew-all
index 9774c28..0b039f9 100755
--- a/renew-all
+++ b/renew-all
@@ -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"]),