Skip to content

Commit

Permalink
fixed #28
Browse files Browse the repository at this point in the history
  • Loading branch information
IrineSistiana committed May 29, 2022
1 parent 190cdd1 commit 4a74e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ func initFastForwardArgs(upstreams []string) (*fastforward.Args, error) {

func loadDomainMatcher(files []string) (*domain.MixMatcher[struct{}], error) {
mixMatcher := domain.NewMixMatcher[struct{}]()
if err := domain.BatchLoad[struct{}](mixMatcher, files, nil); err != nil {
if err := domain.BatchLoad[struct{}](mixMatcher, addFilePrefix(files), nil); err != nil {
return nil, err
}
return mixMatcher, nil
Expand Down

0 comments on commit 4a74e02

Please sign in to comment.