Skip to content

Commit a461ee3

Browse files
committed
fix: pass PactLogDir to verifier binary. Fixes #156
1 parent 2354ed9 commit a461ee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dsl/pact.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,6 +377,7 @@ func (p *Pact) VerifyProviderRaw(request types.VerifyRequest) ([]types.ProviderV
377377
Verbose: request.Verbose,
378378
FailIfNoPactsFound: request.FailIfNoPactsFound,
379379
IncludeWIPPactsSince: request.IncludeWIPPactsSince,
380+
PactLogDir: request.PactLogDir,
380381
}
381382

382383
if request.Provider == "" {

0 commit comments

Comments
 (0)