diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-07 21:13:14 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-07 21:13:14 +0200 |
commit | 2bd3517ab50971f997db358cb47e7147dd7838bf (patch) | |
tree | ceaa20ad6504dc1f570cf91cd3d0d13d5fb8cc41 | |
parent | ce7f1317020eb6e0a6ee8c4973435d513545a351 (diff) | |
download | jenkins.debian.net-2bd3517ab50971f997db358cb47e7147dd7838bf.tar.xz |
reproducible: fix typo
-rwxr-xr-x | bin/reproducible_stats.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index e194a096..83a6726b 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -200,7 +200,7 @@ EXTRA_STAR=false process_packages ${UGLY["all"]} ${GOOD["all"]} MAINVIEW="last_24h" -ALLVIEWS="last_24h last_48h abc all all_abc" +ALLVIEWS="last_24h last_48h all all_abc" for VIEW in $ALLVIEWS ; do SUMMARY=index_${VIEW}.html echo "Starting to write $SUMMARY page." |