Skip to content

Commit a941e13

Browse files
committed
Start playing around with Linux 5.
1 parent 5b6a91c commit a941e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/packaging_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def download_wezterm(vendored_dir, wezterm_foldername):
2121
if not wezterm_extracted_dir.exists():
2222
print("⬇ Downloading WezTerm...")
2323
vendored_dir.mkdir(parents=True, exist_ok=True)
24-
requests.get(wezterm_url, stream=True)
24+
requests.get(wezterm_url)
2525

2626
print("📦 Extracting WezTerm with system unzip...")
2727

0 commit comments

Comments
 (0)