From d088133e31a5004043ffbec9e8f8017e8bb215a8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 14 Jan 2015 13:10:38 +0100 Subject: reproducible: fix summary to usertag bugs table --- bin/reproducible_html_graphs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_graphs.sh') 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 "$TOTAL" - let "TTOTAL=TTOTAL+VALUE" + let "TTOTAL=TTOTAL+TOTAL" fi done write_page "All usertagged bugs for reproducible-builds@lists.alioth.debian.org$TOPEN$TDONE$TTOTAL" -- cgit v1.2.3-54-g00ecf