Skip to content

Commit

Permalink
Fix pattern conflict handling
Browse files Browse the repository at this point in the history
  • Loading branch information
seankim658 committed Jan 5, 2025
1 parent 40c44b7 commit 4504a56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ fn include_file(
},
"Pattern match conflict"
);
exclude_priority
!exclude_priority
}
(true, false) => {
debug!("File included by pattern match");
Expand Down

0 comments on commit 4504a56

Please sign in to comment.