Skip to content

Commit

Permalink
Fixed default Docker execution path on MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
16domsim committed Nov 9, 2021
1 parent 2ef7b96 commit 13b7c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/internal/util/defaultExecutables.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ func GetDockerExecPath() string {
return getExecPath(map[string]string{
"linux": "docker",
"windows": "docker.exe",
"darwin": "docker",
"darwin": "Docker.app",
})
}

Expand Down

0 comments on commit 13b7c17

Please sign in to comment.