Skip to content

Commit c7b3869

Browse files
committed
slip
1 parent 89e63e7 commit c7b3869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/p6doc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ sub findbin() returns Str {
2222
constant INDEX = findbin() ~ 'index.data';
2323

2424
sub search-paths() returns Seq {
25-
(('.', $*REPO.repo-chain())>>.Str X~ </doc/>).grep: *.IO.d
25+
(('.', |$*REPO.repo-chain())>>.Str X~ </doc/>).grep: *.IO.d
2626
}
2727

2828
sub module-names(Str $modulename) returns Seq {

0 commit comments

Comments
 (0)