From 27bd834d0ff8bdf432f0a558ee59b4e84387b379 Mon Sep 17 00:00:00 2001 From: RichardG867 Date: Mon, 18 Apr 2022 16:59:00 -0300 Subject: [PATCH] Fix naming on alternate Phoenix SecureCore Tiano detection --- biostools/analyzers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biostools/analyzers.py b/biostools/analyzers.py index 96a0300..23adba5 100644 --- a/biostools/analyzers.py +++ b/biostools/analyzers.py @@ -2142,7 +2142,7 @@ class PhoenixAnalyzer(Analyzer): # Extract version if a more specific one wasn't already found. if not self.version: - self.version = 'SC-T' + self.version = 'SecureCore Tiano' # This is UEFI. self.addons.append('UEFI')