Skip to content

Commit 88ee0e8

Browse files
committed
Fix typo indentation
1 parent cc44024 commit 88ee0e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Resources/Build.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,9 @@ def amd_patch(self, backlight_path):
626626
print("- Adding CPU Name Patch")
627627
if self.get_kext_by_bundle_path("RestrictEvents.kext")["Enabled"] is False:
628628
self.enable_kext("RestrictEvents.kext", self.constants.restrictevents_version, self.constants.restrictevents_path)
629-
if self.model == self.constants.override_smbios:
630-
print("- Adding -no_compat_check")
631-
self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["boot-args"] += " -no_compat_check"
629+
if self.model == self.constants.override_smbios:
630+
print("- Adding -no_compat_check")
631+
self.config["NVRAM"]["Add"]["7C436110-AB2A-4BBB-A880-FE41995C9F82"]["boot-args"] += " -no_compat_check"
632632

633633
def set_smbios(self):
634634
spoofed_model = self.model

0 commit comments

Comments
 (0)