Skip to content

Commit a83f870

Browse files
authored
Merge pull request #4105 from nextcloud/backport/4104/stable26
[stable26] Fix double readme files getting created on case-insensitive storages
2 parents b9fa51a + 60de26e commit a83f870

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Service/WorkspaceService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ class WorkspaceService {
1212
private IL10N $l10n;
1313

1414
private const SUPPORTED_STATIC_FILENAMES = [
15-
'README.md',
1615
'Readme.md',
16+
'README.md',
1717
'readme.md'
1818
];
1919

0 commit comments

Comments
 (0)