aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2021-11-30 23:34:50 +0100
committerJonas Smedegaard <dr@jones.dk>2021-11-30 23:34:50 +0100
commit7aaf5f90900cf52926ddf92c41e8c72e27840500 (patch)
tree7b07e1f090445d6cf6d838029e1cbe369fc9fe98
parent4eb28b00be3f9cde36d7046a382f2034bd38e03a (diff)
fix use feature features as root node
-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 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 );