Skip to content

Commit

Permalink
Update .github/workflows/scripts/check-collector-module-version.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mx-psi authored Dec 7, 2023
1 parent e8208e6 commit daadb6b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ for mod in ${beta_modules[@]}; do
done

# Check stable modules, none currently exist, uncomment when pdata is 1.0.0
STABLE_MODULE="go.opentelemetry.io/collector/pdata "
STABLE_MODULE="go.opentelemetry.io/collector/pdata"
STABLE_MOD_VERSION=$(get_collector_version "$STABLE_MODULE" "$MAIN_MOD_FILE")
check_collector_versions_correct "$STABLE_MODULE" "$STABLE_MOD_VERSION"
for mod in ${stable_modules[@]}; do
Expand Down

0 comments on commit daadb6b

Please sign in to comment.