diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-01-13 20:48:27 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-13 20:48:27 +0100 |
commit | 52f32f927e1d90ec1baf2cda117444bf435a9569 (patch) | |
tree | 92d85c686ee46fa710fb6aa66f4592c744d63311 /bin | |
parent | b4a5f1add31bafc6170216ac5a00c9c8a6d6a026 (diff) | |
download | jenkins.debian.net-52f32f927e1d90ec1baf2cda117444bf435a9569.tar.xz |
reproducible: use correct variable for better results in usertags table
Diffstat (limited to 'bin')
-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 4d585044..5b3785ef 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -201,7 +201,7 @@ write_usertag_table() { else write_page "<td>$VALUE</td>" let "TOTAL=TOTAL+VALUE" - write_page "<td>$VALUE</td></tr>" + write_page "<td>$TOTAL</td></tr>" fi done write_page "</table>" |