aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/feature-check.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/feature-check.pl b/bin/feature-check.pl
index b53f4a2..e2983ee 100755
--- a/bin/feature-check.pl
+++ b/bin/feature-check.pl
@@ -143,7 +143,8 @@ my @row;
for my $feature ( sort keys %$featureref ) {
my @target = @{ $featureref->{$feature}{target} };
- push @row, [ $feature, map { join ', ', sort keys %{ $target[$_]{docs} } if $target[$_]{maturity} >= $threshold } EXECUTIVE..EXPERT ];
+ push @row, [ $feature, map { join ', ', sort keys %{ $target[$_]{docs} } if $target[$_]{maturity} >= $threshold } EXECUTIVE..EXPERT ]
+ if $featureref->{$feature}{maturity} >= $threshold;
}
my $table = Term::Table->new(