Skip to content

Commit

Permalink
fix(aws-codecommit): typo in README (#780)
Browse files Browse the repository at this point in the history
Removal of extra bracket.
  • Loading branch information
DavidChristiansen authored and Elad Ben-Israel committed Sep 26, 2018
1 parent 1dddd8a commit 0e79c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-codecommit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const pipeline = new codepipeline.Pipeline(this, 'MyPipeline', {
});
const sourceStage = new codepipeline.Stage(this, 'Source', {
pipeline,
}));
});
const sourceAction = new codecommit.PipelineSourceAction(this, 'CodeCommit', {
stage: sourceStage,
artifactName: 'SourceOutput', // name can be arbitrary
Expand Down

0 comments on commit 0e79c2d

Please sign in to comment.