Skip to content

Commit 5045fd2

Browse files
authored
Update .github/workflows/verifyimage.yml
1 parent f2c20b2 commit 5045fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verifyimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
# get the major version from the matrix.target
8787
# The targets end with `<major>-<minor>-<patch>`.
88-
CRS_VERSION="v$(awk -F'-' '{print $NR-2}' <<< "${{ matrix.target }})"
88+
CRS_VERSION="v$(awk -F'-' '{print $NR-2}' <<< ${{ matrix.target }})"
8989
. .github/workflows/configure-rules-for-test.sh \
9090
"src/opt/modsecurity/configure-rules.${CRS_VERSION}.conf" \
9191
README.md \

0 commit comments

Comments
 (0)