From 0cd513f1ec32db1616ac034a73aa712df5f20423 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 2 Oct 2015 18:26:56 +0200 Subject: reproducible: fix typo --- bin/reproducible_html_dashboard.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_dashboard.sh') 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 -- cgit v1.2.3-54-g00ecf