summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_openwrt.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-13 18:22:22 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-13 18:22:22 +0200
commitfda2b4d7c5fe0c0fda557d717f1367814002fbea (patch)
tree0666eb65d9cca93e9628fbbec429da3b5c64d3d8 /bin/reproducible_openwrt.sh
parentba5ab0e37571724bbbbfd99e88cdd063c69e4451 (diff)
downloadjenkins.debian.net-fda2b4d7c5fe0c0fda557d717f1367814002fbea.tar.xz
reproducible openwrt: fix harmless html typo
Diffstat (limited to 'bin/reproducible_openwrt.sh')
-rwxr-xr-xbin/reproducible_openwrt.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh
index 10d1c265..4d3c1271 100755
--- a/bin/reproducible_openwrt.sh
+++ b/bin/reproducible_openwrt.sh
@@ -320,7 +320,7 @@ write_page " <p>$GOOD_IMAGES ($GOOD_PERCENT_IMAGES%) out of $ALL_IMAGES bu
write_page " These tests were last run on $DATE for version ${OPENWRT_VERSION}.</p>"
write_explaination_table OpenWRT
cat $DBD_HTML >> $PAGE
-write_page " <table><tr><th>git commit built</th></tr><tr><td>><code>"
+write_page " <table><tr><th>git commit built</th></tr><tr><td><code>"
echo -n "$OPENWRT" >> $PAGE
write_page " </code></td></tr></table>"
cat $TOOLCHAIN_HTML >> $PAGE