mirror of
https://github.com/86Box/bios-tools.git
synced 2026-02-22 09:35:33 -07:00
AwardAnalyzer: Fix typo breaking Gigabyte EFI detection
This commit is contained in:
@@ -887,7 +887,7 @@ class AwardAnalyzer(Analyzer):
|
||||
|
||||
# Flag Gigabyte Hybrid EFI as UEFI.
|
||||
if self._gigabyte_hefi_pattern.search(file_data):
|
||||
self.metadata.append('UEFI', 'Gigabyte Hybrid')
|
||||
self.metadata.append(('UEFI', 'Gigabyte Hybrid EFI'))
|
||||
|
||||
# Detect PhoenixNet.
|
||||
if util.all_match(self._phoenixnet_patterns, file_data):
|
||||
|
||||
Reference in New Issue
Block a user