Skip to content

Commit 9bc0432

Browse files
committed
fix
1 parent 50d3c19 commit 9bc0432

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/processor.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ class CommitProcessor {
281281
let target = this.processor.config?.newFilesTargetDefault ?? 'diff';
282282
if (
283283
await this.matchIdentifiers(
284-
this.processor.repoPaths.diff,
284+
this.processor.repoPaths.merged,
285285
file.file,
286286
this.processor.config?.repos.base.identifiers
287287
)
@@ -290,7 +290,7 @@ class CommitProcessor {
290290
}
291291
if (
292292
await this.matchIdentifiers(
293-
this.processor.repoPaths.diff,
293+
this.processor.repoPaths.merged,
294294
file.file,
295295
this.processor.config?.repos.diff.identifiers
296296
)

0 commit comments

Comments
 (0)