Skip to content

Commit b30b88c

Browse files
joe-pCopilot
andauthored
Use quotes around dir
Co-authored-by: Copilot <[email protected]>
1 parent 1ce3fb6 commit b30b88c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/sanity.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ cargo clippy -- -D warnings
99

1010
for dir in crates/*/; do
1111
# Run cargo check
12-
cargo check --manifest-path ${dir}Cargo.toml
13-
cargo check --manifest-path ${dir}Cargo.toml --target wasm32-unknown-unknown
12+
cargo check --manifest-path "${dir}Cargo.toml"
13+
cargo check --manifest-path "${dir}Cargo.toml" --target wasm32-unknown-unknown
1414
done
1515

1616
cargo test

0 commit comments

Comments
 (0)