Skip to content

Commit b59e2e1

Browse files
committed
trigger ci
1 parent ab68f6a commit b59e2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
VIRTUAL_ENV = .dev/venv
44
PYTHON = $(VIRTUAL_ENV)/bin/python
5-
PIP = $(VIRTUAL_ENV)/bin/pip
5+
PIP = $(VIRTUAL_ENV)/bin/pip
66

77
none:
88
@echo "MAKE: Enter at least one target (venv, install, install-dev, start-backend, start-worker, clean)"

0 commit comments

Comments
 (0)