Skip to content

Commit 11293a5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent a3715a8 commit 11293a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HybridRAG/tests/test_compose_on_gaudi.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function validate_service() {
101101
echo "[ $SERVICE_NAME ] Content is as expected."
102102
else
103103
echo "[ $SERVICE_NAME ] Content does not match the expected result: $CONTENT"
104-
docker logs ${DOCKER_NAME} >> ${LOG_PATH}/${SERVICE_NAME}.log
104+
docker logs ${DOCKER_NAME} >> ${LOG_PATH}/${SERVICE_NAME}.log
105105
if [ "DOCKER_NAME" -eq "hybridrag-xeon-backend-server" ]; then
106106
docker ps
107107
docker logs text2cypher-gaudi-container

0 commit comments

Comments
 (0)