Skip to content

Commit 847b26b

Browse files
committed
Fix typo
1 parent c6eb016 commit 847b26b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/BuildOpenCore.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,13 +150,13 @@ def BuildEFI():
150150
"<false/><!--AirPortBrcmNIC_Injector-->",
151151
"<true/><!--AirPortBrcmNIC_Injector-->"
152152
)
153-
if current_model in ModelArray.EthernetNvidia
153+
if current_model in ModelArray.EthernetNvidia:
154154
# Nvidia chipsets all have the same path to ARPT
155155
Versions.plist_data = Versions.plist_data.replace(
156156
"#PciRoot(0x0)/Pci(0x1C,0x1)Pci(0x0,0x0)",
157157
"PciRoot(0x0)/Pci(0x15,0x0)Pci(0x0,0x0)"
158158
)
159-
if current_model in ("MacBookAir2,1", "MacBookAir3,1", "MacBookAir3,2" )
159+
if current_model in ("MacBookAir2,1", "MacBookAir3,1", "MacBookAir3,2" ):
160160
Versions.plist_data = Versions.plist_data.replace(
161161
"#PciRoot(0x0)/Pci(0x1C,0x1)Pci(0x0,0x0)",
162162
"PciRoot(0x0)/Pci(0x15,0x0)Pci(0x0,0x0)"

0 commit comments

Comments
 (0)