Skip to content

Commit b42a03a

Browse files
error fix
Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
1 parent 489f606 commit b42a03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/NextcloudKit/NKCommon.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public struct NKCommon: Sendable {
5454
public let typeIdentifiers: NKTypeIdentifiers = .shared
5555

5656
// Roor fileName folder
57-
public let rootFileName: String = ".__NC_ROOT__"
57+
public let rootFileName: String = "__NC_ROOT__"
5858

5959
// Foreground
6060
public let identifierSessionDownload: String = "com.nextcloud.nextcloudkit.session.download"

0 commit comments

Comments
 (0)