Skip to content

Commit

Permalink
fix: linting and formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Di Maio <[email protected]>
  • Loading branch information
89luca89 authored and pascalbreuninger committed Jan 15, 2024
1 parent 2400650 commit e66b9b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/driver/docker/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,6 @@ func (d *dockerDriver) EnsurePath(path *config.Mount) *config.Mount {
// we do this only is DOCKER_HOST is not docker-desktop engine, but
// a direct TCP connection to a docker daemon running in WSL
if strings.Contains(v, "DOCKER_HOST=tcp://") {

unixPath := path.Source
unixPath = strings.Replace(unixPath, "C:", "c", 1)
unixPath = strings.ReplaceAll(unixPath, "\\", "/")
Expand Down

0 comments on commit e66b9b3

Please sign in to comment.