From 10d4a51ed10bc3ad2554b048d7a8ff9df0401ea8 Mon Sep 17 00:00:00 2001 From: Cyrille LOUARN Date: Thu, 15 Feb 2024 17:09:25 +0100 Subject: [PATCH] typo in tools.py (bis blinded) --- src/var/lib/tyto/program/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/var/lib/tyto/program/tools.py b/src/var/lib/tyto/program/tools.py index a92c550..f1aa8d5 100644 --- a/src/var/lib/tyto/program/tools.py +++ b/src/var/lib/tyto/program/tools.py @@ -198,7 +198,7 @@ def copy_template_dir(process): "www" : domain.www_dirs["template"], } log_dirs = { - "wip" : ".../templates/", + "wip" : ".../template/", "www" : ".../wip/template/", }