Skip to content

Commit c572543

Browse files
committed
pass correct argument to wget
1 parent f078c9e commit c572543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/bootstrap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _download(path, url, probably_big, verbose, exception):
102102

103103
try:
104104
if has_wget():
105-
run(["wget", "--show-progress", "-O", path, "url"],
105+
run(["wget", "--show-progress", "-O", path, url],
106106
verbose=verbose,
107107
exception=True,
108108
)

0 commit comments

Comments
 (0)