Skip to content

Commit 67db230

Browse files
committed
ci: fix tidy
1 parent 1daab47 commit 67db230

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ci/init_repo.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ function fetch_github_commit_archive {
4646
rm $cached
4747
}
4848

49-
included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example src/tools/rustfmt"
49+
included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example"
50+
included="${included} src/tools/rustfmt"
5051
modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)"
5152
modules=($modules)
5253
use_git=""

0 commit comments

Comments
 (0)