commit ca05120bd5d9322b2472cb493e027e86ba07aead parent 2908488ef151532f3ce97941795dbcabaf6bffa3 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Thu, 30 Nov 2017 18:18:24 +0100 syntax fix Diffstat:
| M | buildbot/master.cfg | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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"))