From 88bc10f40b9aeef5d00fb85841478042e1fb7fb2 Mon Sep 17 00:00:00 2001 From: mike <219478+ilude@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:20:26 -0400 Subject: [PATCH] fix pathing --- app/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/utils.py b/app/utils.py index 3d73280..fe4c4c0 100644 --- a/app/utils.py +++ b/app/utils.py @@ -2,7 +2,7 @@ import shutil def copy_default_to_configs(): - default_dir = 'default' + default_dir = 'defaults' config_dir = 'configs' # Check if the config directory is empty