From da6ba6ddb6c55ca685b59880b078ccea31d7ec19 Mon Sep 17 00:00:00 2001 From: Matthew Fennell Date: Sun, 28 Dec 2025 20:02:24 +0000 Subject: Reformat command renew section I will be adding more flags to this list, and it will get too long for one line. --- renew-all | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'renew-all') 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"]), -- cgit v1.2.3