Skip to content

Commit

Permalink
Update comment in update-dep script (#9722)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax authored May 4, 2022
1 parent 85e0368 commit 1e6f920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/buildscripts/update-dep
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if grep -q "$MODULE " go.mod; then
go get "$MODULE"@"$VERSION"
fi

# If MODULE is "go.opentelemetry.io/collector" need to update "go.opentelemetry.io/collector/model"
# If MODULE is "go.opentelemetry.io/collector" need to update "go.opentelemetry.io/collector/semconv"
# and "go.opentelemetry.io/collector/pdata" as well.
if [ "$MODULE" == "go.opentelemetry.io/collector" ]; then
SEMCONV=$MODULE"/semconv"
Expand Down

0 comments on commit 1e6f920

Please sign in to comment.