Skip to content

Commit 9c26fec

Browse files
committed
should-skip-this: add missing backslash
1 parent 7e8d64e commit 9c26fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/scripts/should-skip-this.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [[ -n "${CI_ONLY_WHEN_SUBMODULES_CHANGED-}" ]]; then
1919
# those files are present in the diff a submodule was updated.
2020
echo "Submodules were updated"
2121
elif ! (git diff --quiet "$BASE_COMMIT" -- \
22-
src/tools/clippy src/tools/rustfmt src/tools/miri
22+
src/tools/clippy src/tools/rustfmt src/tools/miri \
2323
library/std/src/sys); then
2424
# There is not an easy blanket search for subtrees. For now, manually list
2525
# the subtrees.

0 commit comments

Comments
 (0)