changed storage for meta config files to meta/project

modified:   modules/maintenance.py
This commit is contained in:
Ronny Abraham 2016-09-18 16:57:17 +03:00
parent 30094184b9
commit a56eabbdd4

View file

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