mirror of https://github.com/sbt/sbt.git
Don't keep directory listing downloads in sight
This commit is contained in:
parent
766ccbf5a9
commit
643c6d2201
|
|
@ -292,7 +292,7 @@ object TermDisplay {
|
|||
.toVector
|
||||
.filter {
|
||||
case (url, _) =>
|
||||
!url.endsWith(".sha1") && !url.endsWith(".md5")
|
||||
!url.endsWith(".sha1") && !url.endsWith(".md5") && !url.endsWith("/")
|
||||
}
|
||||
.sortBy { case (url, _) => url }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue