Fix iCloud profile export crash
This commit is contained in:
@@ -9,7 +9,7 @@ public extension Profile {
|
|||||||
content.name = name
|
content.name = name
|
||||||
content.type = Int32(type.rawValue)
|
content.type = Int32(type.rawValue)
|
||||||
content.config = try read()
|
content.config = try read()
|
||||||
if type != .local {
|
if type == .remote {
|
||||||
content.remotePath = remoteURL!
|
content.remotePath = remoteURL!
|
||||||
}
|
}
|
||||||
if type == .remote {
|
if type == .remote {
|
||||||
|
|||||||
Reference in New Issue
Block a user