Skip to content

Commit

Permalink
Merge pull request #1111 from matdodgson/master
Browse files Browse the repository at this point in the history
fix: MessageConsumerPact merge pact file correctly
  • Loading branch information
mefellows authored Aug 29, 2023
2 parents 7c239c2 + 6b5de27 commit ce5973c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messageConsumerPact.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class MessageConsumerPact {
.then(() => {
this.pact.writePactFile(
this.config.dir ?? DEFAULT_PACT_DIR,
this.config.pactfileWriteMode === 'overwrite'
this.config.pactfileWriteMode !== 'overwrite'
);
})
.finally(() => {
Expand Down

0 comments on commit ce5973c

Please sign in to comment.