summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-11-30 18:18:24 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-11-30 18:18:24 +0100
commitca05120bd5d9322b2472cb493e027e86ba07aead (patch)
tree34826b3453c5f1782ad1ec7e6b6f5f565be167fd
parent2908488ef151532f3ce97941795dbcabaf6bffa3 (diff)
downloaddeployment-ca05120bd5d9322b2472cb493e027e86ba07aead.tar.gz
deployment-ca05120bd5d9322b2472cb493e027e86ba07aead.tar.bz2
deployment-ca05120bd5d9322b2472cb493e027e86ba07aead.zip
syntax fix
-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"))