diff options
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index e3a6e18c..242c44a9 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -141,7 +141,7 @@ def process_packages(packages, no_clean=False): pkg = str(pkg) status, version, build_date = check_package_status(pkg) log.info('Generating the page of ' + pkg + ' ' + version + - ' builded at ' + build_date) + ' built at ' + build_date) links, default_view = gen_extra_links(pkg, version) bugs_links = gen_bugs_links(pkg, bugs) |