Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
theletterf authored Jun 6, 2024
1 parent 4d39235 commit 8599e4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Download go.sum
run: curl -L https://raw.githubusercontent.com/signalfx/splunk-otel-collector/main/go.sum -o scripts/cfgschema/go.sum
- name: Clean up go.mod
run: sed -i '' '/replace (/,/)/d' scripts/cfgschema/go.mod
run: sed -i '/replace (/,/)/d' scripts/cfgschema/go.mod
- name: Download settings from contrib
run: |
cd scripts/cfgschema
Expand Down

0 comments on commit 8599e4c

Please sign in to comment.