summaryrefslogtreecommitdiff
path: root/buildbot/master.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/master.cfg')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index bf94c35..af209d5 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -474,7 +474,7 @@ authz = util.Authz(
util.StopBuildEndpointMatcher(role="admins",
builder=BUILDER_LIST),
util.RebuildBuildEndpointMatcher(role="admins",
- builder=BUILDER_LIST)
+ builder=BUILDER_LIST),
# Lock force-builds if above didn't match.
util.ForceBuildEndpointMatcher(role="norole",
builder=BUILDER_LIST),