Minor tweaking

This commit is contained in:
Alexandre Archambault 2017-04-18 18:31:29 +02:00
parent 5a738b7bb7
commit f9de965638
1 changed files with 1 additions and 2 deletions

View File

@ -695,9 +695,8 @@ object Cache {
val urls = val urls =
artifact.url +: { artifact.url +: {
checksums checksums
.intersect(artifact.checksumUrls.keySet)
.toSeq .toSeq
.map(artifact.checksumUrls) .flatMap(artifact.checksumUrls.get)
} }
val tasks = val tasks =