Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2fb05f8

Browse files
hdostedmorley
andauthoredFeb 24, 2024··
fix nit
Co-authored-by: Ed Morley <501702+edmorley@users.noreply.github.com>
1 parent 74f55f3 commit 2fb05f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎scripts/lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cargo_feature() {
1010
}
1111

1212
if rustup component add clippy; then
13-
creates=( "opentelemetry"
13+
crates=( "opentelemetry"
1414
"opentelemetry-http"
1515
"opentelemetry-jaeger"
1616
"opentelemetry-jaeger-propagator"

0 commit comments

Comments
 (0)
Please sign in to comment.