Skip to content

Commit 3e95261

Browse files
committed
fix format in script
1 parent 3a05b9b commit 3e95261

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ deploy_sourcegraph() {
1717
timeout 600s ./pure-docker/deploy.sh
1818
expect_containers="23"
1919
elif [[ "$TEST_TYPE" == "docker-compose-test" ]]; then
20-
docker-compose --file docker-compose/docker-compose.yaml up -d -t 600
20+
docker-compose --file docker-compose/docker-compose.yaml up -d -t 600
2121
expect_containers="25"
2222
fi
2323

0 commit comments

Comments
 (0)