Skip to content

Commit

Permalink
feat(test): upgrade verifier to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Aug 14, 2017
1 parent 49d34ab commit 0dbba75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pact.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Write-Verbose "--> Creating pact daemon (downloading Ruby binaries)"
$downloadDir = $env:TEMP
$downloadDirMockService = "$pactDir\pact-mock-service"
$downloadDirPRoviderVerifier = "$pactDir\pact-provider-verifier"
$url = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.2.5/pact-1.2.5-win32.zip"
$url = "https://github.com/pact-foundation/pact-ruby-standalone/releases/download/v1.3.1/pact-1.3.1-win32.zip"

Write-Verbose " Downloading $url"
$zip = "$downloadDir\pact.zip"
Expand Down

0 comments on commit 0dbba75

Please sign in to comment.