From 0a38381d940a162b1a44dad32816413632a560b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ya=C3=ABl=20Dillies?= Date: Tue, 12 Dec 2023 21:25:41 +0100 Subject: [PATCH] Fix project name --- tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.py b/tasks.py index cbf6c19051..2edf6c03cf 100644 --- a/tasks.py +++ b/tasks.py @@ -10,7 +10,7 @@ ROOT = Path(__file__).parent BP_DIR = ROOT/'blueprint' -PROJ = 'LeanAPAP' +PROJ = 'LeanCamCombi' @task(bp, web) def all(ctx):