Skip to content

Commit c7d6a22

Browse files
committed
...
1 parent 5ce73a3 commit c7d6a22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.bin/generate-...-conf

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ my $text = do {local $/; <$gitmodules>};
1111
close $gitmodules or die $!;
1212

1313
my @paths = grep { $_ ne '...' } ($text =~ /^\s+path = (\S+)/mg);
14-
push @paths, '.';
1514

1615
my $cwd = cwd;
1716

0 commit comments

Comments
 (0)