From a7f500cbabafd35890d62b3e3dc4b4b125e3ba0d Mon Sep 17 00:00:00 2001 From: Will Holland Date: Wed, 30 Sep 2015 22:02:32 +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 1222766..3b15782 100644 --- a/source/configure.py +++ b/source/configure.py @@ -25,7 +25,7 @@ def load_slave_type_configs(): slave_types.append(config) return slave_types -def load_pipline_configs(): +def load_pipeline_configs(): ''' load the pipelines ''' import yaml, os pipelines = [] -- cgit v1.2.1