summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-06 13:01:27 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-06 13:01:27 +0100
commite38a380e4f543c8c8dc51988f551c35b65c4b233 (patch)
tree7df2986183fa68284e2b0f9442b77709150e604f /bin/reproducible_common.py
parent071ebb73ece511543dbda1f6e37cd2e318396513 (diff)
downloadjenkins.debian.net-e38a380e4f543c8c8dc51988f551c35b65c4b233.tar.xz
fix typo
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 8a4186d3..3dbe1592 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -196,7 +196,7 @@ def write_html_page(title, body, destfile, suite=None, noheader=False, style_not
if suite:
suite_links = '<li><a href="/' + suite +'">suite: ' + suite + '</a></li>'
if suite != 'experimental':
- pkgset_link = '<li><a href="/' + suite + 'amd64/index_pkg_sets.html">package sets stats</a></li>'
+ pkgset_link = '<li><a href="/' + suite + '/amd64/index_pkg_sets.html">package sets stats</a></li>'
else:
suite_links = ''