From 83c8aba83c41f37024369dc95efaaa5955de425c Mon Sep 17 00:00:00 2001 From: Yousaf Nabi Date: Thu, 6 Jun 2024 01:15:47 +0100 Subject: [PATCH] verifier 1.1.4 from fork --- script/lib/download-verifier-cli.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/lib/download-verifier-cli.sh b/script/lib/download-verifier-cli.sh index 75ee906..dbb9d51 100755 --- a/script/lib/download-verifier-cli.sh +++ b/script/lib/download-verifier-cli.sh @@ -8,7 +8,7 @@ require_binary gunzip require_env_var VERIFIER_CLI_VERSION -BASEURL=https://github.com/pact-foundation/pact-reference/releases/download +BASEURL=https://github.com/you54f/pact-reference/releases/download VERIFIER_CLI_DIR="${LIB_DIR}/../../pact/verifier" if [[ $(find "${VERIFIER_CLI_DIR}" -name "${VERIFIER_CLI_VERSION}*") ]]; then