From cc44024a8c7ac323d03222e024808f85b2163b2f Mon Sep 17 00:00:00 2001 From: Mykola Grymalyuk <48863253+khronokernel@users.noreply.github.com> Date: Sun, 13 Jun 2021 12:02:19 -0600 Subject: [PATCH] Fix typo --- OpenCore-Patcher.command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCore-Patcher.command b/OpenCore-Patcher.command index 6a543c23e..c98b11e6d 100755 --- a/OpenCore-Patcher.command +++ b/OpenCore-Patcher.command @@ -29,7 +29,7 @@ class OpenCoreLegacyPatcher(): self.constants.secure_status = False self.constants.disable_amfi = True if self.current_model in ModelArray.ModernGPU: - if self.model in ["iMac13,1", "iMac13,3"]: + if self.current_model in ["iMac13,1", "iMac13,3"]: dgpu_vendor,dgpu_device,dgpu_acpi = DeviceProbe.pci_probe().gpu_probe("GFX0") if not dgpu_vendor: self.constants.sip_status = False