diff options
-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 ); |