Skip to content

Commit f84a285

Browse files
committed
misc change
1 parent 9c696c5 commit f84a285

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spec-node/dockerCompose.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ async function useNewProjectName(params: DockerCLIParameters | DockerResolverPar
699699
}
700700
}
701701

702-
export function dockerComposeCLIConfig(params: Omit<PartialExecParameters, 'cmd'>, dockerCLICmd: string, dockerComposeCLICmd: string) {
702+
export function dockerComposeCLIConfig(params: Omit<PartialExecParameters, 'cmd'>, dockerComposeCLICmd: string) {
703703
let result: Promise<DockerComposeCLI>;
704704
return () => {
705705
return result || (result = (async () => {

0 commit comments

Comments
 (0)