changed directory that fabric.yml gets found

modified:   modules/maintenance.py
This commit is contained in:
Ronny Abraham 2016-09-15 20:28:07 +03:00
parent 85d28a6bb1
commit 12c57354f7

View file

@ -183,7 +183,7 @@ def load_configuration(name, branch):
if name == "fabric":
file_path = os.path.join(
get_project_root(), 'scripts', 'fabric', 'conf', 'fabric.yml')
get_project_root(), 'scripts', 'fabric', 'share', 'fabric.yml')
elif name == "config":