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 31ad7338..0f2d070a 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -267,7 +267,7 @@ def _gen_links(suite, arch): html = '' for link in links: if link[0] == 'pkg_sets' and suite == 'experimental': - html += link[1].format(suite=defaultsuite, arch=arch) + '\n' + html += link[1].format(suite=suite, arch=arch) + '\n' continue html += link[1].format(suite=suite, arch=arch) + '\n' for i in SUITES: # suite links |