diff options
author | Jonas Smedegaard <dr@jones.dk> | 2021-11-30 23:34:50 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2021-11-30 23:34:50 +0100 |
commit | 7aaf5f90900cf52926ddf92c41e8c72e27840500 (patch) | |
tree | 7b07e1f090445d6cf6d838029e1cbe369fc9fe98 /bin | |
parent | 4eb28b00be3f9cde36d7046a382f2034bd38e03a (diff) |
fix use feature features as root node
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/feature-check.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/feature-check.pl b/bin/feature-check.pl index 154bb2a..ea84812 100755 --- a/bin/feature-check.pl +++ b/bin/feature-check.pl @@ -139,7 +139,7 @@ my $threshold = USABLE; $log->info("acceptance threshold: $MATURITY[$threshold]"); my $graph = Graph::Easy::Parser->from_text('graph { flow: east; }'); -my $root = 'redpill'; +my $root = 'features'; my $featureref = path("$BASEDIR")->visit( \&feature ); |