summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rw-r--r--buildbot/master.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
index 6f25be3..0a26536 100644
--- a/buildbot/master.cfg
+++ b/buildbot/master.cfg
@@ -218,8 +218,8 @@ TIP_RESERVE_TOPPER_FACTORY.addStep(git_step(
"git://git.taler.net/deployment.git"))
TIP_RESERVE_TOPPER_FACTORY.addStep(ShellCommand(
name="tip reserve topper",
- description="Topping the tip reserve."
- descriptionDone="Tip reserve has been topped."
+ description="Topping the tip reserve.",
+ descriptionDone="Tip reserve has been topped.",
command=["./top_reserve.sh"],
workdir="build/buildbot"))