Skip to content

Commit 4317ad1

Browse files
committed
fix
1 parent 1ef9695 commit 4317ad1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

custom-domain/dstack-ingress/scripts/certman.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ def _build_certbot_command(self, action: str, domain: str, email: str) -> List[s
102102
base_cmd.extend(
103103
[
104104
"-a", plugin,
105-
f"--{plugin}-propagation-seconds",
106-
str(propagation_seconds),
107105
"--non-interactive",
108106
]
109107
)

0 commit comments

Comments
 (0)