From 6712648470e6499d810004b0053c35c9832eb93b Mon Sep 17 00:00:00 2001 From: Will Holland Date: Wed, 30 Sep 2015 22:01:48 +0100 Subject: Fix function name typo --- source/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) -- cgit v1.2.1