diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-02 18:26:56 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-02 18:26:56 +0200 |
commit | 0cd513f1ec32db1616ac034a73aa712df5f20423 (patch) | |
tree | 729f2b3533581e93f23682c35076ffc31f0b4e2a | |
parent | 0b5e54e9d767beccd1293cf4f868120560ba3d62 (diff) | |
download | jenkins.debian.net-0cd513f1ec32db1616ac034a73aa712df5f20423.tar.xz |
reproducible: fix typo
-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 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 |