summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-03-26 22:27:19 -0400
committerHolger Levsen <holger@layer-acht.org>2016-03-26 22:27:19 -0400
commitf53be17dfd2b2ba70a829235c0908ba6d512e3f7 (patch)
tree30e0d9beb2849231a937c13ad7ee2641ab210e48 /bin/reproducible_html_dashboard.sh
parent541dced67b58c1f1ecaaaa35dd8b36f59a493bf8 (diff)
downloadjenkins.debian.net-f53be17dfd2b2ba70a829235c0908ba6d512e3f7.tar.xz
reproducible debian: fix syntax error
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 71527daa..229a225f 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -461,6 +461,7 @@ create_dashboard_page() {
write_page "<p><table class=\"main\"><tr><th>Various reproducibility statistics</th><th>source based</th>"
for ARCH in ${ARCHS} ; do
write_page "<th>$ARCH</th>"
+ done
write_page "</tr>"
ARCH="amd64"
write_page "<tr><td>identified <a href=\"/index_issues.html\">distinct and categorized issues</a></td><td>$ISSUES</td><td colspan=\"2\"></td></tr>"