summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Holland <william.holland@codethink.co.uk>2015-09-11 10:21:58 +0100
committerWill Holland <william.holland@codethink.co.uk>2015-09-11 10:21:58 +0100
commit63bc8378c9274b18ba30ee47b88b1fc2be889a1a (patch)
tree518a2ce9480ea07cff732f151920366b40cec196
parentc985d930bf035a73eb78ae5b94be38c39dd04fcb (diff)
downloadorchestration-63bc8378c9274b18ba30ee47b88b1fc2be889a1a.tar.gz
Fix filter having the wrong name
-rw-r--r--source/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/master.cfg b/source/master.cfg
index 80865d3..6162a1a 100644
--- a/source/master.cfg
+++ b/source/master.cfg
@@ -42,7 +42,7 @@ from buildbot.changes.filter import ChangeFilter
definitions_filter = ChangeFilter(category='definitions')
lorry_filter = ChangeFilter(category='lorry')
postbuild_filter = ChangeFilter(category='postbuild')
-postbuild_filter = ChangeFilter(category='postdeploy')
+postdeploy_filter = ChangeFilter(category='postdeploy')
####### SCHEDULERS