Skip to content

Commit 9f1ed32

Browse files
committed
fix
1 parent f66f3f7 commit 9f1ed32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ start() {
2323
echo "Waiting Elasticsearch cluster to start..."
2424
sleep 30s
2525
docker ps -a
26-
docker logs elastic-container || true
26+
docker logs "${IMAGE_NAME}" || true
2727
}
2828

2929
stop() {

0 commit comments

Comments
 (0)