diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-06 13:01:27 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-06 13:01:27 +0100 |
commit | e38a380e4f543c8c8dc51988f551c35b65c4b233 (patch) | |
tree | 7df2986183fa68284e2b0f9442b77709150e604f | |
parent | 071ebb73ece511543dbda1f6e37cd2e318396513 (diff) | |
download | jenkins.debian.net-e38a380e4f543c8c8dc51988f551c35b65c4b233.tar.xz |
fix typo
-rwxr-xr-x | bin/reproducible_common.py | 2 |
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 = '' |