From 7aaf5f90900cf52926ddf92c41e8c72e27840500 Mon Sep 17 00:00:00 2001
From: Jonas Smedegaard <dr@jones.dk>
Date: Tue, 30 Nov 2021 23:34:50 +0100
Subject: fix use feature features as root node

---
 bin/feature-check.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'bin')

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 );
 
-- 
cgit v1.2.3