Skip to content

Commit 6b24c1c

Browse files
Update devContainersSpecCLI.ts
1 parent e2b0459 commit 6b24c1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec-node/devContainersSpecCLI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ async function readConfiguration({
10281028
exec: cliHost.exec,
10291029
env: cliHost.env,
10301030
output,
1031-
}, dockerComposePath || 'docker-compose');
1031+
}, dockerCLI, dockerComposePath || 'docker-compose');
10321032
const params: DockerCLIParameters = {
10331033
cliHost,
10341034
dockerCLI,

0 commit comments

Comments
 (0)