Skip to content

Commit

Permalink
[chore] fix update script (#9585)
Browse files Browse the repository at this point in the history
wrong variable name
  • Loading branch information
Alex Boten authored Apr 29, 2022
1 parent 220d98b commit 50daea2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ check_collector_versions_correct() {
COLLECTOR_MODULE="go.opentelemetry.io/collector "

COLLECTOR_MODEL_PDATA="go.opentelemetry.io/collector/pdata"
COLLECTOR_MODEL_PDATA="go.opentelemetry.io/collector/semconv"
COLLECTOR_MODEL_SEMCONV="go.opentelemetry.io/collector/semconv"
MAIN_MOD_FILE="./go.mod"
COLLECTOR_MOD_VERSION=$(get_collector_version "$COLLECTOR_MODULE" "$MAIN_MOD_FILE")

Expand Down

0 comments on commit 50daea2

Please sign in to comment.