Skip to content

Commit dc8d71e

Browse files
Update cmd/buildkitd/main_windows.go
Co-authored-by: Akihiro Suda <[email protected]> Signed-off-by: Gabriel <[email protected]>
1 parent b133b13 commit dc8d71e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/buildkitd/main_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
)
1414

1515
const (
16-
defaultTraceSocketPath = `\\.\pipe\otel-grpc`
16+
defaultTraceSocketPath = `\\.\pipe\buildkit-otel-grpc`
1717
)
1818

1919
func listenFD(addr string, tlsConfig *tls.Config) (net.Listener, error) {

0 commit comments

Comments
 (0)