Skip to content

Commit 087b20b

Browse files
committed
[go_modules] pass subdirectory
1 parent 0c7df97 commit 087b20b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/extinctions/extinctions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func CheckExtinctions(opts options.Options, builder *refs.ReferenceSummaryBuilde
2222
}
2323

2424
gha.Debug("Searching for any remaining references to %d removed flags...", len(flagKeys))
25-
references, err := ld_search.SearchForRefs(opts.Dir, matcher)
25+
references, err := ld_search.SearchForRefs(opts.Dir, opts.Subdirectory, matcher)
2626
if err != nil {
2727
return err
2828
}

0 commit comments

Comments
 (0)