Skip to content

Commit 3a89993

Browse files
committed
fix(script): small fix in message
1 parent cbb236d commit 3a89993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ function startPeers() {
1919

2020
function loadTest() {
2121
docker compose -f compose.observability.yaml -f compose.services.yaml -f compose.load.yaml up -d k6 autoinstrumenter
22-
echo "Waiting for Java & TypeScript load test to finish..."
22+
echo "Waiting for load test to finish..."
2323
docker compose -f compose.observability.yaml -f compose.services.yaml -f compose.load.yaml wait k6
2424
sleep 10
2525
}

0 commit comments

Comments
 (0)