Skip to content

Commit 745748d

Browse files
tom93vmcj
authored andcommitted
Fix leftover reference to lib/vendor
We missed it in commit ab267ec (Put lib/vendor close to the webapp, 2024-06-23).
1 parent c01749d commit 745748d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/jobs/syntax-check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ while read -r i ; do
4848
fi
4949
if grep -qE "^#\\!.*/bin/(ba)?sh" "$i" && \
5050
[ "${i##*.}" != "zip" ] && \
51-
echo "$i" | grep -qvE '(^\./(config|autom4te|install-sh|sql/files/defaultdata/hs/run|lib/vendor/|output|judge/judgedaemon))'; then
51+
echo "$i" | grep -qvE '(^\./(config|autom4te|install-sh|sql/files/defaultdata/hs/run|webapp/vendor/|output|judge/judgedaemon))'; then
5252
# We ignore the following shellcheck warnings, for more details see:
5353
# https://github.com/koalaman/shellcheck/wiki/<code>
5454
#

0 commit comments

Comments
 (0)