summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/configure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/configure.py b/source/configure.py
index 914fc43..1222766 100644
--- a/source/configure.py
+++ b/source/configure.py
@@ -65,7 +65,7 @@ def configure():
fetch_exit_val = fetch_config()
if fetch_exit_val: exit(fetch_exit_val)
slave_types = load_slave_type_configs()
- pipeline_configs = load_pipeline_config()
+ pipeline_configs = load_pipeline_configs()
pipelines = []
for pipeline in pipeline_configs:
pipelines.append(pipeline_from_dict(pipeline))