Skip to content

Commit

Permalink
misc change
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravsaini04 committed Jun 18, 2024
1 parent 9c696c5 commit f84a285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec-node/dockerCompose.ts
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ async function useNewProjectName(params: DockerCLIParameters | DockerResolverPar
}
}

export function dockerComposeCLIConfig(params: Omit<PartialExecParameters, 'cmd'>, dockerCLICmd: string, dockerComposeCLICmd: string) {
export function dockerComposeCLIConfig(params: Omit<PartialExecParameters, 'cmd'>, dockerComposeCLICmd: string) {
let result: Promise<DockerComposeCLI>;
return () => {
return result || (result = (async () => {
Expand Down

0 comments on commit f84a285

Please sign in to comment.