From 102ba4cb0915d338f606d7702defb79da67b7cf6 Mon Sep 17 00:00:00 2001 From: Stephen L Arnold Date: Wed, 4 Dec 2024 21:18:01 -0800 Subject: [PATCH] fix: usr: restore petalinux detection, remove offending embedded quotes Signed-off-by: Stephen L Arnold --- shared/checks/oval/installed_OS_is_petalinux.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/checks/oval/installed_OS_is_petalinux.xml b/shared/checks/oval/installed_OS_is_petalinux.xml index ccb03c36ce7..a4220d6f36b 100644 --- a/shared/checks/oval/installed_OS_is_petalinux.xml +++ b/shared/checks/oval/installed_OS_is_petalinux.xml @@ -26,7 +26,7 @@ /etc/os-release - ^ID="petalinux"$ + ^ID=petalinux$ 1