Skip to content

Commit 870b50e

Browse files
hdostedmorley
andauthored
fix nit
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
1 parent 2fb05f8 commit 870b50e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/lint.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ if rustup component add clippy; then
2323
"opentelemetry-semantic-conventions"
2424
"opentelemetry-stdout"
2525
"opentelemetry-zipkin")
26-
for create in "${creates[@]}"; do
27-
cargo clippy --manifest-path=$create/Cargo.toml --all-targets --all-features -- \
26+
for crate in "${crates[@]}"; do
27+
cargo clippy --manifest-path=$crate/Cargo.toml --all-targets --all-features -- \
2828
`# Exit with a nonzero code if there are clippy warnings` \
2929
-Dwarnings
3030
done

0 commit comments

Comments
 (0)