diff options
Diffstat (limited to 'bin')
-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 9d341e76..8d604f7d 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -37,7 +37,7 @@ html_package_page = Template((tab*2).join((""" </ul> </li> <li> - <a href="$history" target="main">Build history</a> + <a href="$history" target="main">Test history</a> </li> </ul> |