AwardAnalyzer: Fix typo breaking Gigabyte EFI detection

This commit is contained in:
RichardG867
2022-09-03 21:19:26 -03:00
parent 69f4ad930a
commit 7ecce36bc6

View File

@@ -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):