Skip to content

Commit

Permalink
fix: usr: restore petalinux detection, remove offending embedded quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen L Arnold <[email protected]>
  • Loading branch information
sarnold committed Dec 5, 2024
1 parent 2e20ad1 commit 102ba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/checks/oval/installed_OS_is_petalinux.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ind:textfilecontent54_test>
<ind:textfilecontent54_object id="obj_petalinux" version="1" comment="Check Petalinux">
<ind:filepath>/etc/os-release</ind:filepath>
<ind:pattern operation="pattern match">^ID=&quot;petalinux&quot;$</ind:pattern>
<ind:pattern operation="pattern match">^ID=petalinux$</ind:pattern>
<ind:instance datatype="int">1</ind:instance>
</ind:textfilecontent54_object>

Expand Down

0 comments on commit 102ba4c

Please sign in to comment.