Skip to content

Commit 8d654f4

Browse files
authored
Merge pull request #665 from nextcloud/backport/656/stable30
[stable30] chore: update list of expected files
2 parents 9304dcd + 27baef8 commit 8d654f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ private function getExpectedElementsList(): array {
253253
'.',
254254
'..',
255255
// Folders
256-
'.reuse',
257256
'.well-known',
258257
'3rdparty',
259258
'apps',
@@ -295,6 +294,7 @@ private function getExpectedElementsList(): array {
295294
'COPYING-AGPL',
296295
'occ',
297296
'db_structure.xml',
297+
'REUSE.toml',
298298
];
299299
return array_merge($expected, $this->getAppDirectories());
300300
}

lib/Updater.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,6 @@ private function getExpectedElementsList(): array {
198198
'.',
199199
'..',
200200
// Folders
201-
'.reuse',
202201
'.well-known',
203202
'3rdparty',
204203
'apps',
@@ -240,6 +239,7 @@ private function getExpectedElementsList(): array {
240239
'COPYING-AGPL',
241240
'occ',
242241
'db_structure.xml',
242+
'REUSE.toml',
243243
];
244244
return array_merge($expected, $this->getAppDirectories());
245245
}

0 commit comments

Comments
 (0)