Skip to content

Commit

Permalink
[DT-3621] Fix windows build error - missing import (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
ycanty authored Jan 7, 2021
1 parent 8df7df2 commit 035be19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker_windows.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package main

import "fmt"

const dockerSocketMountPattern = "/%[1]s:%[1]s"

func getDockerMountArgs() []string {
Expand Down

0 comments on commit 035be19

Please sign in to comment.