From da74063d8abaa6f763b2a4de99f58f91f52b2992 Mon Sep 17 00:00:00 2001 From: 2Shirt <2xShirt@gmail.com> Date: Wed, 20 Oct 2021 23:42:25 -0600 Subject: [PATCH] Fix bug in fix_file_associations() --- scripts/wk/repairs/win.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wk/repairs/win.py b/scripts/wk/repairs/win.py index 797b022b..39305fae 100644 --- a/scripts/wk/repairs/win.py +++ b/scripts/wk/repairs/win.py @@ -980,7 +980,7 @@ def delete_registry_null_keys(): def fix_file_associations(): """Fix file associations via registry edits.""" - winaio_path = get_tool_path('WinAIORepair', 'Repair_Windows').parent + winaio_path = get_tool_path('WinRepairAIO', 'Repair_Windows').parent winaio_path = winaio_path.joinpath( f'Files/regfiles/file_associations/{OS_VERSION}', )