Skip to content

Commit

Permalink
Fix decdk.
Browse files Browse the repository at this point in the history
  • Loading branch information
skinny85 committed Jun 16, 2019
1 parent c32560b commit e9babf4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/decdk/examples/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"Repo": {
"Type": "@aws-cdk/aws-codecommit.Repository",
"Properties": {
"repositoryName": "my-first-decdk-repo"
"repositoryName": {
"of": {
"name": "my-first-decdk-repo"
}
}
}
},
"Key": {
Expand Down

0 comments on commit e9babf4

Please sign in to comment.