Skip to content

Commit c62a99d

Browse files
committed
fix(deploy script): sys typo
1 parent b851d20 commit c62a99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def main(argv: list[str] | None = None) -> None:
4242

4343
# Fail the workflow on HTTP error codes
4444
if not resp.ok:
45-
print(f"HTTP {resp.status_code}: {resp.text}", file=syzs.stderr)
45+
print(f"HTTP {resp.status_code}: {resp.text}", file=sys.stderr)
4646
sys.exit(1)
4747

4848
try:

0 commit comments

Comments
 (0)