From eb67bf2ad8adfa8fef12a5b336991a92d68f74b0 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 22 Feb 2021 11:16:11 -0500 Subject: Fix two errant 'shim,0' outdated sbat cases. Two places we missed still have 0 for an sbat version - one doc and one in our data csv. This fixes those. Signed-off-by: Peter Jones --- data/sbat.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/sbat.csv b/data/sbat.csv index 08a24590..ad838f2a 100755 --- a/data/sbat.csv +++ b/data/sbat.csv @@ -1,2 +1,2 @@ sbat,1,SBAT Version,sbat,1,https://github.com/rhboot/shim/blob/main/SBAT.md -shim,0,UEFI shim,shim,0,https://github.com/rhboot/shim +shim,1,UEFI shim,shim,1,https://github.com/rhboot/shim -- cgit v1.2.3