Skip to content

Commit 087baf1

Browse files
authored
chore(toolkit-lib): fix typo in docs (#401)
--- By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license
1 parent 65f7015 commit 087baf1

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.github/workflows/large-pr-checker.yml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@aws-cdk/toolkit-lib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ declare const cx: ICloudAssemblySource;
402402

403403
try {
404404
// Attempt a CDK Toolkit operation
405-
const deployment = await cdk.deploy(cloudAssembly, {
405+
const deployment = await cdk.deploy(cx, {
406406
stacks: ['MyStack']
407407
});
408408

projenrc/large-pr-checker.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export class LargePrChecker extends Component {
6161
| awk -F- '{print $NF}' \\
6262
| bc)
6363
64+
size=\${size:-0}
65+
6466
echo "Total lines changed: $size"
6567
echo "total_lines_changed=$size" >> $GITHUB_OUTPUT`,
6668
},

0 commit comments

Comments
 (0)