Skip to content

Commit

Permalink
chore: removing --dry-run
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-hagemann committed Nov 27, 2024
1 parent bbc7c90 commit 3b0110e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/container_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ def _obtain_tls(email: str, domain: str):
"--agree-tos",
"-d",
domain,
"--dry-run",
]
)
except subprocess.CalledProcessError as e:
Expand Down

0 comments on commit 3b0110e

Please sign in to comment.