Skip to content

Commit 3b1359e

Browse files
move to ".__NC_ROOT__"
Signed-off-by: Marino Faggiana <marino.faggiana@nextcloud.com>
1 parent d572282 commit 3b1359e

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)