We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e966ee commit 6ad87d1Copy full SHA for 6ad87d1
wiremock/bin/setup-wiremock-runner.sh
@@ -13,7 +13,7 @@ echo "=== WireMock Runner Setup ==="
13
14
# Check prerequisites
15
if ! command -v wiremock &> /dev/null; then
16
- echo "Error: WireMock CLI not installed. Run: npm install -g wiremock"
+ echo "Error: WireMock CLI not installed. Run: npm install -g @wiremock/cli"
17
exit 1
18
fi
19
0 commit comments