From 17cd814911da3d4e270340544b2efc9e3cc137f4 Mon Sep 17 00:00:00 2001 From: Juliana Fajardini Date: Tue, 24 Mar 2026 11:13:53 -0300 Subject: [PATCH] workflows: fix minor typo --- .github/workflows/builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 3a41a6630d..d69acc2262 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -1221,7 +1221,7 @@ jobs: - run: src/suricata -h | grep '\-\-list\-app\-layer\-hooks' &> /dev/null working-directory: /home/suricata/suricata - # Test that ./configure fails out of libjansson is not available. + # Test that ./configure fails out if libjansson is not available. almalinux-9-no-jansson: name: AlmaLinux 9 (no jansson) runs-on: ubuntu-latest