Skip to content

Commit 447dc38

Browse files
committed
misc changes
1 parent bae0104 commit 447dc38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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-
}, dockerCLI, dockerComposePath || 'docker-compose');
1031+
}, dockerComposePath || 'docker-compose');
10321032
const params: DockerCLIParameters = {
10331033
cliHost,
10341034
dockerCLI,

src/spec-node/upgradeCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async function featuresUpgrade({
8686
exec: cliHost.exec,
8787
env: cliHost.env,
8888
output,
89-
}, dockerPath, dockerComposePath);
89+
}, dockerComposePath);
9090
const dockerParams: DockerCLIParameters = {
9191
cliHost,
9292
dockerCLI: dockerPath,

0 commit comments

Comments
 (0)