sys_patch_helpers: Fix Host detection

This commit is contained in:
Mykola Grymalyuk
2022-10-04 19:47:52 -06:00
parent 79c833a6cc
commit fde8dc001e

View File

@@ -94,7 +94,7 @@ class sys_patch_helpers:
kdk_array = []
search_build = self.constants.detected_os
search_build = self.constants.detected_os_build
if override_build:
search_build = override_build