Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
whitequark committed Jan 19, 2018
1 parent 20f2d26 commit dff08ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master.cfg
Original file line number Diff line number Diff line change
@@ -461,7 +461,8 @@ def addTriggerSteps(factory, builder_names, alwaysUseLatest,
builder_names),
alwaysUseLatest = alwaysUseLatest,
waitForFinish = waitForFinish,
haltOnFailure = waitForFinish))
haltOnFailure = waitForFinish,
**kwargs))

from buildbot.config import BuilderConfig

0 comments on commit dff08ef

Please sign in to comment.