Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use xargs over find -exec to ensure exit code is returned properly
Running this script in it's previous form (via `docker compose run`) always returned an exit code of 0. This is due to `find` always returning a 0 exit code, unless an error occurred while traversing the directories.
- Loading branch information