mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-04 05:51:31 +00:00
print full fetch url
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user