Skip to content

Commit

Permalink
Update packages/aws-cdk/lib/cdk-toolkit.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
scanlonp authored Apr 5, 2024
1 parent c2da394 commit c0ef951
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/aws-cdk/lib/cdk-toolkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ export class CdkToolkit {

let stackExists = false;
try {
// only perform this check if we're going to make a changeset. This check requires permissions that --no-changeset users might not have.
stackExists = await this.props.deployments.stackExists({
stack,
deployName: stack.stackName,
Expand Down

0 comments on commit c0ef951

Please sign in to comment.