summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-28 21:57:27 +0200
committerMarcello Stanisci <marcello.stanisci@inria.fr>2017-06-28 21:57:27 +0200
commit142ffb23ede04e06c05266fd69e0419c8c17a226 (patch)
tree0b3ca113f16be9597e5365b75d39a6e93a440187 /buildbot
parentf6eb615fa02aa6ee62a587c31d4bd3c19d4fc198 (diff)
downloaddeployment-142ffb23ede04e06c05266fd69e0419c8c17a226.tar.gz
deployment-142ffb23ede04e06c05266fd69e0419c8c17a226.tar.bz2
deployment-142ffb23ede04e06c05266fd69e0419c8c17a226.zip
fix parenthesis closing
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 330066b..ad20186 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -18,7 +18,7 @@ c = BuildmasterConfig = {}
c['workers'] = [worker.Worker("lcov-worker", "lcov-pass"),
worker.Worker("selenium-worker", "selenium-pass"),
worker.Worker("doc-worker", "doc-pass"),
- worker.Worker("switcher-worker", "switcher-pass")]
+ worker.Worker("switcher-worker", "switcher-pass"),
worker.Worker("wallet-worker", "wallet-pass")]
# 'protocols' contains information about protocols which master will use for