print full fetch url

This commit is contained in:
2024-11-17 02:52:30 +11:00
parent 8c7f0f23d5
commit 20e76918fe
2 changed files with 4 additions and 5 deletions

View File

@ -45,7 +45,7 @@ public extension ApkIndex {
}
local = URL(filePath: repository.localName)
case .update:
print("Fetching \"\(repository.name)\"")
print("Fetching \"\(repository.resolved)\"")
local = try await ApkIndexDownloader.fetch(repository: repository)
}
let index = try ApkIndex(readFrom: local)