Skip to content

Commit

Permalink
documentation: Fixed typo in C# sample
Browse files Browse the repository at this point in the history
appie2go committed Mar 15, 2021
1 parent eba0cb8 commit 89cbcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -444,7 +444,7 @@ var isCI = "true".Equals(Environment.GetEnvironmentVariable("CI"));
var config = new PactVerifierConfig
{
ProviderVersion = gitSha, //NOTE: Setting a provider version is required for publishing verification results
PublishVerificationResults = isCI;
PublishVerificationResults = isCI
};
IPactVerifier pactVerifier = new PactVerifier(config);
pactVerifier

0 comments on commit 89cbcf2

Please sign in to comment.