Skip to content

Commit f127751

Browse files
committed
chore: lint
1 parent 5e2bbf0 commit f127751

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test-only:
2020
# bring up proxy and backing redis
2121
.PHONY: services
2222
services:
23-
docker compose down && docker-compose up --build -d proxy redis
23+
docker compose down && docker compose up --build -d proxy redis
2424

2525
# run formatter/linter on Python files, assuming PYTHON_PATH contains black and ruff
2626
# e.g. pip install -e "proxy[dev]" has been executed for current environment

0 commit comments

Comments
 (0)