mirror of
https://gh.llkk.cc/https://github.com/WeblateOrg/scripts.git
synced 2025-10-03 15:01:00 +08:00
fix: typo in subprocess invocation
This commit is contained in:
parent
f631afe774
commit
b87618e8cb
1 changed files with 1 additions and 1 deletions
|
@ -66,4 +66,4 @@ print("Removing server...")
|
|||
for server in servers:
|
||||
subprocess.run(["hcloud", "server", "delete", str(server["id"])], check=True)
|
||||
print("Disabling sentry cron monitors...")
|
||||
subprocess.sun(["./disable-sentry-monitors", public_name])
|
||||
subprocess.run(["./disable-sentry-monitors", public_name])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue