Skip to content

Commit

Permalink
also cli-lib-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizencc committed Jan 15, 2025
1 parent 265de54 commit 21900fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/cli-lib-alpha/lib/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export class AwsCdkCli implements IAwsCdkCli {
return new AwsCdkCli(async (args) => changeDir(
() => runCli(args, async (sdk, config) => {
const env = await prepareDefaultEnvironment(sdk);
const context = await prepareContext(config, env);
const context = await prepareContext(config.settings, config.context.all, env);

return withEnv(async() => createAssembly(await producer.produce(context)), env);
}),
Expand Down

0 comments on commit 21900fd

Please sign in to comment.