diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-14 13:10:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-14 13:10:38 +0100 |
commit | d088133e31a5004043ffbec9e8f8017e8bb215a8 (patch) | |
tree | e3889e9fdcc19bba554e50b126787c77f332e68f | |
parent | b30f7de3e70f7a7943310fd7d0a4b25f784a2333 (diff) | |
download | jenkins.debian.net-d088133e31a5004043ffbec9e8f8017e8bb215a8.tar.xz |
reproducible: fix summary to usertag bugs table
-rwxr-xr-x | bin/reproducible_html_graphs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index b8cee77f..a339368d 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -205,7 +205,7 @@ write_usertag_table() { let "TOTAL=TOTAL+VALUE" let "TDONE=TDONE+VALUE" write_page "<td>$TOTAL</td></tr>" - let "TTOTAL=TTOTAL+VALUE" + let "TTOTAL=TTOTAL+TOTAL" fi done write_page "<tr><td>All usertagged bugs for reproducible-builds@lists.alioth.debian.org</td><td>$TOPEN</td><td>$TDONE</td><td>$TTOTAL</td></tr>" |