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