summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-30 23:23:22 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-30 23:23:22 +0100
commit503e34d7e2534836f980fec7421616c8da5a1ab8 (patch)
tree0e02ae160c4f514b1c6f3f2fae4a4ba82d22dd6a
parentda956f7589554c21bd4ec6543599c368ce09daf4 (diff)
downloadciatlib-503e34d7e2534836f980fec7421616c8da5a1ab8.tar.gz
Fix old variable name
-rw-r--r--ciatlib/master.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ciatlib/master.py b/ciatlib/master.py
index dea648e..663d518 100644
--- a/ciatlib/master.py
+++ b/ciatlib/master.py
@@ -140,7 +140,7 @@ class Pipeline:
category = column_name
self.categories.append(category)
self.columns.append(Column(
- name = build_column_name,
+ name = column_name,
source_repo = BUILD_SLAVE_SCRIPTS,
category = category,
trigger = step.trigger,