Fix bad function call
This commit is contained in:
parent
a0fe13c7c2
commit
3f2b7e24e6
1 changed files with 1 additions and 1 deletions
|
|
@ -375,7 +375,7 @@ def download_testdisk():
|
||||||
delete_from_temp('testdisk_wip.zip')
|
delete_from_temp('testdisk_wip.zip')
|
||||||
|
|
||||||
|
|
||||||
def download_winaio():
|
def download_windows_repair_aio():
|
||||||
"""Download Windows Repair AIO."""
|
"""Download Windows Repair AIO."""
|
||||||
archive = download_to_temp('winrepairaio.zip', SOURCES['Windows Repair AIO'])
|
archive = download_to_temp('winrepairaio.zip', SOURCES['Windows Repair AIO'])
|
||||||
out_path = BIN_DIR.joinpath('WinRepairAIO')
|
out_path = BIN_DIR.joinpath('WinRepairAIO')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue