We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190cdd1 commit 4a74e02Copy full SHA for 4a74e02
main.go
@@ -543,7 +543,7 @@ func initFastForwardArgs(upstreams []string) (*fastforward.Args, error) {
543
544
func loadDomainMatcher(files []string) (*domain.MixMatcher[struct{}], error) {
545
mixMatcher := domain.NewMixMatcher[struct{}]()
546
- if err := domain.BatchLoad[struct{}](mixMatcher, files, nil); err != nil {
+ if err := domain.BatchLoad[struct{}](mixMatcher, addFilePrefix(files), nil); err != nil {
547
return nil, err
548
}
549
return mixMatcher, nil
0 commit comments