Skip to content

Commit d3ad6c5

Browse files
committed
fix(driverkit): use correct naming when excluding
Signed-off-by: Roberto Scolaro <[email protected]>
1 parent eeeb64e commit d3ad6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/driverkit/utils/scrape_and_generate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DRY_RUN="${DRY_RUN:-false}"
66
TMPDIR="$(mktemp -d)"
77
ARCH="$1"
88
LIST_URL="https://falcosecurity.github.io/kernel-crawler/${ARCH}/list.json"
9-
EXCLUDE_LIST=(.ArchLinux .Fedora .PhotonOS .Flatcar .OpenSUSE .RockyLinux .Oracle6 .Oracle7 .Oracle8)
9+
EXCLUDE_LIST=(.arch .fedora .photon .flatcar .opensuse .rocky .ol)
1010
EXCLUDE_STRING=$(echo ${EXCLUDE_LIST[@]} | tr ' ' ',')
1111

1212
function pretty_echo() {

0 commit comments

Comments
 (0)