summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-10-02 18:26:56 +0200
committerHolger Levsen <holger@layer-acht.org>2015-10-02 18:26:56 +0200
commit0cd513f1ec32db1616ac034a73aa712df5f20423 (patch)
tree729f2b3533581e93f23682c35076ffc31f0b4e2a /bin/reproducible_html_dashboard.sh
parent0b5e54e9d767beccd1293cf4f868120560ba3d62 (diff)
downloadjenkins.debian.net-0cd513f1ec32db1616ac034a73aa712df5f20423.tar.xz
reproducible: fix typo
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 e1755904..aaf889e8 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -241,7 +241,7 @@ write_usertag_table() {
# write build performace stats
#
write_build_performace_stats() {
- if [ "$ARCH" = "amd64" ] || [ "$ARCH" = "armhf" } ; then
+ if [ "$ARCH" = "amd64" ] || [ "$ARCH" = "armhf" ] ; then
TIMESPAN_VERBOSE="4 weeks"
TIMESPAN_RAW="28"
else