summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@debian.org>2017-01-19 13:52:27 +0100
committerHolger Levsen <holger@layer-acht.org>2017-01-19 13:55:12 +0100
commit877c03019935f46466295e14035ed99a0f9ad048 (patch)
tree070f694c6b3759cee7a319b2374be4b820b912ac /bin/reproducible_html_dashboard.sh
parentf343a24122cbda223247f88f2d21bdae59057fe4 (diff)
downloadjenkins.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/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh2
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>"