Skip to content

Commit 415768b

Browse files
Update upgradeCommand.ts
1 parent 6b24c1c commit 415768b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
}, dockerComposePath);
89+
}, dockerPath, dockerComposePath);
9090
const dockerParams: DockerCLIParameters = {
9191
cliHost,
9292
dockerCLI: dockerPath,

0 commit comments

Comments
 (0)