mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Not used.
This commit is contained in:
parent
b8a9c00aa3
commit
120dec929a
1 changed files with 0 additions and 1 deletions
|
@ -115,7 +115,6 @@ class RepoFinder @Inject constructor(val executors: KobaltExecutors) {
|
|||
if (snapshotVersion != null) {
|
||||
val url = repoUrl + metadataXmlPath
|
||||
val kurl = Kurl(HostConfig(url))
|
||||
val found = kurl.exists
|
||||
return RepoResult(repo, version, url, snapshotVersion)
|
||||
} else {
|
||||
return RepoResult(repo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue