summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-05 14:55:18 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-05 14:55:18 +0100
commit8a7161010ae20a5c155e17a592d322cf0dfeba33 (patch)
treed948048b79c2e2572017ba70fa9fd1c040e19808
parentd37105b45619b11175a680830363c51e1b0541a5 (diff)
downloadjenkins.debian.net-8a7161010ae20a5c155e17a592d322cf0dfeba33.tar.xz
fix missing comma
-rwxr-xr-xbin/reproducible_html_indexes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py
index 86337d6e..b6340e10 100755
--- a/bin/reproducible_html_indexes.py
+++ b/bin/reproducible_html_indexes.py
@@ -132,7 +132,7 @@ pages = {
{
'query': 'scheduled',
'text': Template('$tot packages are currently scheduled for testing in $suite/$arch:')
- }
+ },
{
'text': Template('A <a href="/index_scheduled.html">full scheduling overview</a> is also available.')
}