Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Ben-Israel committed Nov 3, 2020
1 parent 89b28f4 commit a1df324
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export class S3SourceAction extends Action {

private generateEventId(stage: codepipeline.IStage): string {
let ret: string;
const baseId = Names.uniqueId(stage.pipeline) + 'SourceEventRule';
const baseId = Names.nodeUniqueId(stage.pipeline.node) + 'SourceEventRule';

if (Token.isUnresolved(this.props.bucketKey)) {
// If bucketKey is a Token, don't include it in the ID.
Expand Down

0 comments on commit a1df324

Please sign in to comment.