From 07fba8006d332f0fe91004b9d55d9d505dec24c6 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Wed, 6 May 2020 15:29:20 +0200 Subject: [PATCH] fix missing char in config file --- templates/buildbot/master.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/buildbot/master.cfg.j2 b/templates/buildbot/master.cfg.j2 index bfcb678..a5b61e7 100644 --- a/templates/buildbot/master.cfg.j2 +++ b/templates/buildbot/master.cfg.j2 @@ -53,7 +53,7 @@ c['builders'].append( c['schedulers'].append(schedulers.ForceScheduler( name="force-hello-world", builderNames=["hello-world"], -) +)) {% endif %}