From 0e37c5753139092bd68a1ecd7cb38473910651ea Mon Sep 17 00:00:00 2001 From: Will Holland Date: Wed, 30 Sep 2015 22:30:33 +0100 Subject: Fix repo path --- source/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/configure.py b/source/configure.py index fd0d4ad..e719c45 100644 --- a/source/configure.py +++ b/source/configure.py @@ -30,7 +30,7 @@ def load_slave_type_configs(): def load_pipeline_configs(): ''' load the pipelines ''' import yaml, os - REPO_DIR = 'ciatconfig/slave-types' + REPO_DIR = 'ciatconfig/pipelines' pipelines = [] for pipeline in os.listdir(REPO_DIR): if not pipeline.endswith('.yaml'): continue -- cgit v1.2.1