summaryrefslogtreecommitdiffstats
path: root/contrib/secbugstats/bin/gather.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/secbugstats/bin/gather.sh')
-rwxr-xr-xcontrib/secbugstats/bin/gather.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/secbugstats/bin/gather.sh b/contrib/secbugstats/bin/gather.sh
index fd7de7620..50ababe52 100755
--- a/contrib/secbugstats/bin/gather.sh
+++ b/contrib/secbugstats/bin/gather.sh
@@ -23,7 +23,7 @@ echo "[end curlbug.py]"
# Process each JSON file that the preceding script produced to find out
# the product, component, bug numbers, bug ages, etc. for each category
echo "[morestats.py `date +%Y-%m-%d\ %T`]"
-for i in `ls $JSON_CUR/*sg_{low,moderate,high,critical,needstriage,unconfirmed,opened,closed,total,untouched,investigate,needinfo,vector}.json`;
+for i in `ls $JSON_CUR/*sg_{low,moderate,high,critical}.json`;
do
$SCRIPTS_DIR/morestats.py $i;
done