diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-05-14 15:35:22 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-05-14 15:35:22 +0200 |
commit | e0bbdbcce8011ca1b01bbbd0d609f4503f6863d4 (patch) | |
tree | f5779c9caeabd433c385ff79a04a8dea84d94a5f | |
parent | 0b7321b84e16bfdab36ad3ec12077ae054a63af3 (diff) | |
download | jenkins.debian.net-e0bbdbcce8011ca1b01bbbd0d609f4503f6863d4.tar.xz |
reproducible debian: fix typo
-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 e71eb713..c9f5cba9 100755 --- a/bin/reproducible_common.py +++ b/bin/reproducible_common.py @@ -202,7 +202,7 @@ html_head_page = Template((tab*2).join((""" $link_pkgsets <li>Recently tested:<ul class="children"> <li><a href="/$suite/$arch/index_last_24h.html">packages tested in the last 24h</a></li> - <li><a href="/$suite/arch/index_last_48h.html">packages tested in the last 48h</a></li> + <li><a href="/$suite/$arch/index_last_48h.html">packages tested in the last 48h</a></li> </ul></li> <li><a href="/$suite/$arch/index_all_abc.html">all tested packages (sorted alphabetically)</a></li> </ul></li> |