We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae0104 commit 447dc38Copy full SHA for 447dc38
src/spec-node/devContainersSpecCLI.ts
@@ -1028,7 +1028,7 @@ async function readConfiguration({
1028
exec: cliHost.exec,
1029
env: cliHost.env,
1030
output,
1031
- }, dockerCLI, dockerComposePath || 'docker-compose');
+ }, dockerComposePath || 'docker-compose');
1032
const params: DockerCLIParameters = {
1033
cliHost,
1034
dockerCLI,
src/spec-node/upgradeCommand.ts
@@ -86,7 +86,7 @@ async function featuresUpgrade({
86
87
88
89
- }, dockerPath, dockerComposePath);
+ }, dockerComposePath);
90
const dockerParams: DockerCLIParameters = {
91
92
dockerCLI: dockerPath,
0 commit comments