diff options
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-x | bin/reproducible_html_dashboard.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh index fdbeb7ed..d4031118 100755 --- a/bin/reproducible_html_dashboard.sh +++ b/bin/reproducible_html_dashboard.sh @@ -371,7 +371,7 @@ write_build_performance_stats() { done write_page "</tr>" - _average_builds_per_day "$TIMESTAMP_RAW" "$TIMESTAMP_VERBOSE" + _average_builds_per_day "$TIMESPAN_RAW" "$TIMESPAN_VERBOSE" _average_builds_per_day "91" "3 months" "30" write_page "</table>" |