mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-08 19:04:15 +02:00
[http] fix wget output parameter
This commit is contained in:
@@ -52,7 +52,7 @@ class AdaptableFileDownloader(FileDownloader):
|
|||||||
cmd = ['wget', url]
|
cmd = ['wget', url]
|
||||||
|
|
||||||
if output_path:
|
if output_path:
|
||||||
cmd.append('-o')
|
cmd.append('-O')
|
||||||
cmd.append(output_path)
|
cmd.append(output_path)
|
||||||
|
|
||||||
return SystemProcess(new_subprocess(cmd, cwd=cwd))
|
return SystemProcess(new_subprocess(cmd, cwd=cwd))
|
||||||
|
|||||||
Reference in New Issue
Block a user