From 3019f4f10c44a4526677ae19f4bea7689b4716f3 Mon Sep 17 00:00:00 2001 From: Angela Sindic Date: Sat, 1 Jun 2024 17:52:23 +0200 Subject: [PATCH] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ce01a84..522196f1 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Default to the read only token - the read/write token will be present on Travis CI. # It's set as a secure environment variable in the .travis.yml file GITHUB_ORG="pactflow" -PACTICIPANT="pactflow-example-consumer-springboot" +PACTICIPANT="pactflow-example-consumer" GITHUB_WEBHOOK_UUID := "04510dc1-7f0a-4ed2-997d-114bfa86f8ad" PACT_CLI="docker run --rm -v ${PWD}:${PWD} -e PACT_BROKER_BASE_URL -e PACT_BROKER_TOKEN pactfoundation/pact-cli"