Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynne committed Oct 14, 2023
1 parent 3e063a7 commit 458bb56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func main() {
resolved[dep.identity] = .init(
package_url: .init(with: url, version: dep.version),
dependencies: dep.dependencies.map {
SwiftPUrl(with: $0.url, version: $0.version).rawValue
SwiftPUrl(with: URL(string: $0.url)!, version: $0.version).rawValue
}.sorted()
)
}
Expand Down

0 comments on commit 458bb56

Please sign in to comment.