diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-01-19 13:52:27 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-19 13:55:12 +0100 |
commit | 877c03019935f46466295e14035ed99a0f9ad048 (patch) | |
tree | 070f694c6b3759cee7a319b2374be4b820b912ac /bin | |
parent | f343a24122cbda223247f88f2d21bdae59057fe4 (diff) | |
download | jenkins.debian.net-877c03019935f46466295e14035ed99a0f9ad048.tar.xz |
reproducible debian: dashboard: fix typo s/TIMESTAMP/TIMESPAN/
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin')
-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>" |