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 b7114f2e..6c6f00d6 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -665,7 +665,6 @@ create_main_stats_page() { SUITE="unstable" update_bug_stats update_notes_stats -create_main_stats_page for SUITE in $SUITES ; do update_suite_stats gather_suite_stats @@ -677,4 +676,5 @@ for SUITE in $SUITES ; do update_meta_pkg_stats create_pkg_sets_pages done +create_main_stats_page |