changed storage for meta config files to meta/project
modified: modules/maintenance.py
This commit is contained in:
parent
30094184b9
commit
a56eabbdd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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":
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue