changed directory that fabric.yml gets found
modified: modules/maintenance.py
This commit is contained in:
parent
85d28a6bb1
commit
12c57354f7
1 changed files with 1 additions and 1 deletions
|
|
@ -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":
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue