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 6824e0f..2769fb8 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -167,7 +167,7 @@ LINT_FACTORY.addStep(ShellCommand(
description="running static analysis",
descriptionDone="static analysis done",
command=["pylint",
- "--load_plugins",
+ "--load-plugins",
"pylint_django",
"talerbank/"]))