diff --git a/Library/Database/Profile+Transferable.swift b/Library/Database/Profile+Transferable.swift index 1569a4a..0bc8b4c 100644 --- a/Library/Database/Profile+Transferable.swift +++ b/Library/Database/Profile+Transferable.swift @@ -9,7 +9,7 @@ public extension Profile { content.name = name content.type = Int32(type.rawValue) content.config = try read() - if type != .local { + if type == .remote { content.remotePath = remoteURL! } if type == .remote {