Skip to content

Commit 13b7c17

Browse files
authored
Fixed default Docker execution path on MacOS
1 parent 2ef7b96 commit 13b7c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher/internal/util/defaultExecutables.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ func GetDockerExecPath() string {
1010
return getExecPath(map[string]string{
1111
"linux": "docker",
1212
"windows": "docker.exe",
13-
"darwin": "docker",
13+
"darwin": "Docker.app",
1414
})
1515
}
1616

0 commit comments

Comments
 (0)