Skip to content

Commit

Permalink
Update URLImage.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Nov 23, 2024
1 parent b9ba532 commit aee29dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/RadiantKit/URLImage.swift
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

public init(contentsOf url: URL) {
assert(url.isFileURL)
self.init(contentsOfFile: url.path())
self.init(contentsOfFile: url.path)
}
public init(contentsOfFile path: String) { self.path = path }
}
Expand Down

0 comments on commit aee29dc

Please sign in to comment.