Skip to content

Commit 4ec242d

Browse files
authored
🐛 Fix syntax error in deploy script
2 parents 4013f8b + 78922e1 commit 4ec242d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ install() {
293293
echo "" >> .env
294294
echo "ELASTICSEARCH_API_KEY=$ELASTICSEARCH_API_KEY" >> .env
295295
fi
296+
fi
296297

297298
wait_for_elasticsearch_healthy || {
298299
echo "❌ ERROR Elasticsearch health check failed"

0 commit comments

Comments
 (0)