Skip to content

Commit a74b31a

Browse files
committed
Make linter happy
Signed-off-by: David Gageot <[email protected]>
1 parent e1e302f commit a74b31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/docker-mcp/internal/desktop/sockets_darwin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func getDockerDesktopPaths() (DockerDesktopPaths, error) {
1313
return DockerDesktopPaths{}, err
1414
}
1515

16-
data := filepath.Join(home, "Library/Containers/com.docker.docker/Data")
16+
data := filepath.Join(home, "Library", "Containers", "com.docker.docker", "Data")
1717
applicationSupport := "/Library/Application Support/com.docker.docker"
1818

1919
return DockerDesktopPaths{

0 commit comments

Comments
 (0)