diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:03:26 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-02 21:03:26 +0100 |
commit | 3cd1da1d392b32c1659ff3340ba89959cd9a9f74 (patch) | |
tree | 7de8ec35349be0f1bbf856a6ad3a2cf0b72fc1f0 /bin | |
parent | 81ffebae7186534dd7c2d5d17273fa2960553845 (diff) | |
download | jenkins.debian.net-3cd1da1d392b32c1659ff3340ba89959cd9a9f74.tar.xz |
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_dd_list.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dd_list.sh b/bin/reproducible_html_dd_list.sh index 2f61dc6c..b03bfc08 100755 --- a/bin/reproducible_html_dd_list.sh +++ b/bin/reproducible_html_dd_list.sh @@ -16,7 +16,7 @@ ARCH="amd64" init_html VIEW=dd-list -for $SUITE in $SUITES ; do +for SUITE in $SUITES ; do PAGE=$SUITE/index_${VIEW}.html echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Overview of maintainers of unreproducible packages in $SUITE" |