summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
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 7f340788..4fe46c73 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -313,7 +313,7 @@ def _gen_links(suite, arch):
html += '<li><a href="/' + i + '/index_suite_' + arch + '_stats.html">suite: ' + i + '</a></li>'
for linkarch in ARCHS:
if arch != linkarch:
- html += '<li><a href="/unstable/index_suite_' + linkarch + '_stats.html\">arch: ' + arch + '</a></li>'
+ html += '<li><a href="/unstable/index_suite_' + linkarch + '_stats.html\">arch: ' + linkarch + '</a></li>'
return html