Skip to content

Commit a4855e2

Browse files
authored
Merge pull request #5 from aws4embeddedlinux/fix-cdk-json
Fix renamed file in cdk.json
2 parents 9abd6df + 5856edb commit a4855e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cdk.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"app": "npx ts-node --prefer-ts-exts bin/poky-pipeline.ts",
3-
"poky-pipeline": "npx ts-node --prefer-ts-exts bin/poky-pipeline.ts",
2+
"app": "npx ts-node --prefer-ts-exts bin/app.ts",
3+
"poky-pipeline": "npx ts-node --prefer-ts-exts bin/app.ts",
44
"watch": {
55
"include": ["**"],
66
"exclude": [

0 commit comments

Comments
 (0)