aboutsummaryrefslogtreecommitdiff
path: root/bin/feature-check.pl
diff options
context:
space:
mode:
Diffstat (limited to 'bin/feature-check.pl')
-rwxr-xr-xbin/feature-check.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/feature-check.pl b/bin/feature-check.pl
index 4c1fe24..12ae7ed 100755
--- a/bin/feature-check.pl
+++ b/bin/feature-check.pl
@@ -191,7 +191,7 @@ for my $feature ( sort keys %node ) {
if ( $feature =~ /^([^-]+).*\K-(?=[^-]+$)/ and defined $node{$`} and !defined $node{$feature} ) {
( undef, $node{$feature} ) = $graph->add_edge( $node{$`}, $feature );
- $node{$feature}->set_attribute( 'label', $' );
+ $node{$feature}->set_attribute( 'label', $feature );
}
else {
( undef, $node{$feature} ) = $graph->add_edge( $node{$root}, $feature );