From a56eabbdd4b819fc2e21d3e171d8136ae9e97daa Mon Sep 17 00:00:00 2001 From: Ronny Abraham Date: Sun, 18 Sep 2016 16:57:17 +0300 Subject: [PATCH] changed storage for meta config files to meta/project modified: modules/maintenance.py --- modules/maintenance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/maintenance.py b/modules/maintenance.py index 1ce1506..2d1fc94 100644 --- a/modules/maintenance.py +++ b/modules/maintenance.py @@ -156,7 +156,7 @@ def _get_configuration_path(name, branch): "value such from %s" % (name, param_list) META_DIR = os.path.join( - get_project_root(), 'usr', 'meta', 'configuration') + get_project_root(), 'usr', 'meta', 'project') if name == "config":