Skip to content

Commit

Permalink
fixup! Use the latest otelcol.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimf5 committed Dec 18, 2024
1 parent 78f5e7a commit 8d3639c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
URL: >
https://github.com/open-telemetry/opentelemetry-collector-releases/
releases/latest/
releases/latest/
run: |
curl -sLo - ${URL}download/otelcol_\
$(curl -sLo - ${URL} | grep -oP -m 1 "v\d+\.\d+\.\d+" | cut -c2-)\
Expand Down

0 comments on commit 8d3639c

Please sign in to comment.