diff options
| author | Matthew Fennell <matthew@fennell.dev> | 2025-12-28 20:02:24 +0000 |
|---|---|---|
| committer | Matthew Fennell <matthew@fennell.dev> | 2025-12-29 01:47:45 +0000 |
| commit | da6ba6ddb6c55ca685b59880b078ccea31d7ec19 (patch) | |
| tree | dead38cd14e38b9f802453f8c4ba5db2d3c537e1 /renew-all | |
| parent | 33da4e3f920515bb4341953a5f350fe83b9e8d59 (diff) | |
Reformat command renew section
I will be adding more flags to this list, and it will get too long for one
line.
Diffstat (limited to 'renew-all')
| -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"]), |
