Fix URL typo for reals

This commit is contained in:
Nindi Gill 2022-12-23 16:06:48 +11:00
parent a7617320e0
commit 019bf417b8
No known key found for this signature in database
GPG key ID: FF9A7FD590D4F4B1

View file

@ -234,7 +234,7 @@ struct Installer: Decodable, Hashable, Identifiable {
temporaryDiskImageMountPointURL.appendingPathComponent("/Applications/Install \(name).app")
}
var temporaryISOMountPointURL: URL {
URL(fileURLWithPath: "/Volumes/Install \(name).app")
URL(fileURLWithPath: "/Volumes/Install \(name)")
}
var dictionary: [String: Any] {
[