diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-08-07 14:56:42 +0000 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-08-07 16:57:33 +0200 |
commit | bb31057d5cc15241960ffec7b0ce584037008ca7 (patch) | |
tree | a8cf539b7cc9baa072469abe12df5556e00f7cd9 /bin | |
parent | ec368ff0d82a7ac429938b45d29c3f3ed2ebd4a1 (diff) | |
download | jenkins.debian.net-bb31057d5cc15241960ffec7b0ce584037008ca7.tar.xz |
reproducible: html_indexes: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_indexes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index 94a8da62..e9c53d5a 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -156,7 +156,7 @@ pages = { ] }, 'all_abc': { - 'title': 'Alphabetically sorted overview of all tested packages in {suite}/{arch})', + 'title': 'Alphabetically sorted overview of all tested packages in {suite}/{arch}', 'body': [ { 'icon_status': 'FTBR', |