diff options
-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>" |