aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/update-all-reports2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/update-all-reports b/bin/update-all-reports
index e60d7ddef..75a7cddd1 100755
--- a/bin/update-all-reports
+++ b/bin/update-all-reports
@@ -64,7 +64,7 @@ while ( my @problem = $problems->next ) {
$fixed{$body}{$duration_str}++;
} else {
# Open problems are either unknown, older, or new
- $open{$body}{$type}++ if $problem{state} eq 'confirmed';
+ $open{$body}{$type}++;
}
}
}