diff options
-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 |