Skip to content

Commit f321ede

Browse files
committed
fix: add missing resolveDefaultDockerHost for Windows builds
1 parent 244bc21 commit f321ede

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
//go:build windows
2+
13
package commands
24

35
const (
46
defaultDockerHost = "npipe:////./pipe/docker_engine"
57
)
8+
9+
func resolveDefaultDockerHost() string {
10+
return defaultDockerHost
11+
}

0 commit comments

Comments
 (0)