Skip to content

Commit

Permalink
Fix otel-collector-windows packaging script
Browse files Browse the repository at this point in the history
- PR #360 changed the otel-collector-windows packaging script to use
  Windows-style backslashes as path delimiters
- This isn't actually desirable because this line exists to prevent an
  error when exporting a BOSH release and attempting to compile this
  Windows package on a Linux instance

Fixes:
  .exiter.ps1: No such file or directory
  • Loading branch information
acrmp committed Aug 17, 2023
1 parent 02b7b52 commit e25c3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/otel-collector-windows/packaging
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
. .\exiter.ps1
. ./exiter.ps1
. C:\var\vcap\packages\golang-1.20-windows\bosh\compile.ps1
$env:CGO_ENABLED="0"

Expand Down

0 comments on commit e25c3b7

Please sign in to comment.