Skip to content

Commit ef4e8de

Browse files
committed
require exclusively
1 parent 32e1556 commit ef4e8de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/aws-cdk/lib/cli/cdk-toolkit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1388,7 +1388,7 @@ export class CdkToolkit {
13881388
private async suggestStacks(props: {
13891389
selector: StackSelector;
13901390
stacks: StackCollection;
1391-
exclusively?: boolean;
1391+
exclusively: boolean;
13921392
}) {
13931393
if (props.selector.patterns.length === 0) {
13941394
return;

0 commit comments

Comments
 (0)