From 70104bc769d8923087c31ad38be1a63a2efc759f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 2 Aug 2015 14:55:41 +0200 Subject: reproducible: fix grammar: s#arches#archs# --- bin/reproducible_html_all_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_all_packages.py') diff --git a/bin/reproducible_html_all_packages.py b/bin/reproducible_html_all_packages.py index c4eeba00..3d347053 100755 --- a/bin/reproducible_html_all_packages.py +++ b/bin/reproducible_html_all_packages.py @@ -16,6 +16,6 @@ from reproducible_html_packages import gen_all_rb_pkg_pages, purge_old_pages for suite in SUITES: - for arch in ARCHES: + for arch in ARCHS: gen_all_rb_pkg_pages(suite=suite, arch=arch, no_clean=True) purge_old_pages() -- cgit v1.2.3-54-g00ecf