Skip to content

Commit d9024cb

Browse files
authored
Update hotfixes readme to use branch in go mod replace (hypertrace#28)
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 757bb92 commit d9024cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OPENTELEMETRY_COLLECTOR_HOTFIXES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ All fixes and features for the upstream [open-telemetry/opentelemetry-collector]
44
should be submitted to the upstream project. However, merge and release into the upstream might take some time
55
therefore urgent patches can be applied to the fork [hypertrace/opentelemetry-collector](https://github.com/hypertrace/opentelemetry-collector).
66

7-
Edit `go.mod` to use forked collector:
7+
Edit `go.mod` to use forked collector with branch `main+patches`:
88

99
```bash
10-
go mod edit -replace go.opentelemetry.io/collector=github.com/hypertrace/opentelemetry-collector@d61af22c3882c312004871795f4288c09f98e372
10+
go mod edit -replace go.opentelemetry.io/collector=github.com/hypertrace/opentelemetry-collector@main+patches
1111
```

0 commit comments

Comments
 (0)