summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-01-13 20:48:27 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-13 20:48:27 +0100
commit52f32f927e1d90ec1baf2cda117444bf435a9569 (patch)
tree92d85c686ee46fa710fb6aa66f4592c744d63311
parentb4a5f1add31bafc6170216ac5a00c9c8a6d6a026 (diff)
downloadjenkins.debian.net-52f32f927e1d90ec1baf2cda117444bf435a9569.tar.xz
reproducible: use correct variable for better results in usertags table
-rwxr-xr-xbin/reproducible_html_graphs.sh2
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>"