Bumping versions

This commit is contained in:
buildmaster
2021-11-09 20:57:50 +00:00
parent 4ddd424b0d
commit b3dcde78ab

View File

@@ -330,7 +330,7 @@ public class NativeEnvironmentRepository implements EnvironmentRepository, Searc
}
if (locations != null) {
matches = Arrays.stream(locations).map(this::cleanFileLocation)
.anyMatch(location -> location.startsWith(finalPattern));
.anyMatch(location -> location.startsWith(finalPattern));
if (matches) {
break;
}