summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 23:01:33 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 23:01:33 +0100
commit467dba1dbf254d41b06963265630ada46782b30b (patch)
treee403a284095b6ad6330eb6f486f7accf76d5a646 /bin
parentf95dda6ae388f08c80c118b00905e42a90de7c1d (diff)
downloadjenkins.debian.net-467dba1dbf254d41b06963265630ada46782b30b.tar.xz
fix typos
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_html_graphs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh
index a505accf..29d83001 100755
--- a/bin/reproducible_html_graphs.sh
+++ b/bin/reproducible_html_graphs.sh
@@ -375,7 +375,7 @@ echo "$(date) - starting to write $PAGE page."
write_page_header $VIEW "Overview of various statistics about reproducible builds"
write_page "<p><table><tr>"
for $i in $SUITES ; do
- write_page " <td><a href=\"/userContent/$i/${TABLE[0]}.png\"><img src=\"/userContent/$i/${TABLE[$0]}.png\" class=\"overview\" alt=\"${MAINLABEL[$0]}\"></a></td>"
+ write_page " <td><a href=\"/userContent/$i/${TABLE[0]}.png\"><img src=\"/userContent/$i/${TABLE[0]}.png\" class=\"overview\" alt=\"${MAINLABEL[0]}\"></a></td>"
done
write_page "</tr></table></p><p>"
# FIXME: we don't do 2 / stats_builds_age.png yet :/ (and 6 and 0 are done already)