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":