Skip to content

Commit 6ad87d1

Browse files
authored
Update wiremock/bin/setup-wiremock-runner.sh
1 parent 2e966ee commit 6ad87d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wiremock/bin/setup-wiremock-runner.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ echo "=== WireMock Runner Setup ==="
1313

1414
# Check prerequisites
1515
if ! command -v wiremock &> /dev/null; then
16-
echo "Error: WireMock CLI not installed. Run: npm install -g wiremock"
16+
echo "Error: WireMock CLI not installed. Run: npm install -g @wiremock/cli"
1717
exit 1
1818
fi
1919

0 commit comments

Comments
 (0)