Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Java regex matches the full string by default, so we need to prepend with .*, and it needs to be non-greedy so that the optional .tar portion also matches as desired.
- Loading branch information