From 473b62246f19dccea6cd02d347e81045783a5ca2 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 3 Oct 2015 20:14:18 +0200 Subject: reproducible: fix typo --- bin/reproducible_html_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 4221bfc2..b02d9f1b 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -199,7 +199,7 @@ def gen_suites_links(package, current_suite, current_arch): prefix = '' suffix = '\n' icon = prefix + '{status}' + suffix - status, icon = join_status_icon(status, pkg, version) + status, icon = join_status_icon(status, package, version) html += icon.format(icon=icon, status=status) html += (tab*2 + ' {} in {}\n').format(RB_PKG_URI, -- cgit v1.2.3-54-g00ecf