From 87198a24502357460ec01aa7d4cf00b5c0fb899d Mon Sep 17 00:00:00 2001 From: Simson Garfinkel Date: Thu, 2 Jan 2025 11:11:50 -0500 Subject: [PATCH] no comments --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20b90624..79cb7fa1 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,7 @@ REQ = venv/pyvenv.cfg PY=python3.11 PYTHON=$(ACTIVATE) ; $(PY) PIP_INSTALL=$(PYTHON) -m pip install --no-warn-script-location -ETC=etc # use local etc, not app +ETC=etc APP_ETC=deploy/app/etc DBMAINT=-m deploy.app.dbmaint