diff options
-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 0a5d7388..1616508f 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -273,7 +273,7 @@ def _gen_links(suite, arch): html += '<li><a href="/' + i +'">suite: ' + i + '</a></li>' if arch == 'amd64': html += '<li><a href="/unstable/index_suite_armhf_stats.html\">armhf</a></li>' - else + else: html += '<li><a href="/unstable/index_suite_amd64_stats.html\">amd64</a></li>' return html |