Skip to content

Commit f82cca2

Browse files
Altahrimbackportbot[bot]
authored andcommitted
chore: update list of expected files
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> [skip ci]
1 parent 9304dcd commit f82cca2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)