Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Don't stop looking at first 'find' match #143

Merged
merged 1 commit into from
Mar 4, 2024

Conversation

alilleybrinker
Copy link
Member

Previously, we'd incorrectly return, and therefore stop looking, when
a match was found in the 'find' command. This misses that there may be
duplicate files, and we want to report all of them.

This commit just removes the return, so we now keep searching and
report all matches.

Signed-off-by: Andrew Lilley Brinker [email protected]

Previously, we'd incorrectly return, and therefore stop looking, when
a match was found in the 'find' command. This misses that there may be
duplicate files, and we want to report all of them.

This commit just removes the return, so we now keep searching and
report all matches.

Signed-off-by: Andrew Lilley Brinker <[email protected]>
@alilleybrinker alilleybrinker merged commit 8b6fc56 into main Mar 4, 2024
8 checks passed
@alilleybrinker alilleybrinker deleted the alilleybrinker/multi-find branch March 4, 2024 19:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant