Skip to content

Commit 683ef44

Browse files
authored
Merge pull request #656 from nextcloud/chore/expected_files_update
2 parents f3b72de + cd970c5 commit 683ef44

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ private function getExpectedElementsList(): array {
238238
'.',
239239
'..',
240240
// Folders
241-
'.reuse',
242241
'.well-known',
243242
'3rdparty',
244243
'apps',
@@ -280,6 +279,7 @@ private function getExpectedElementsList(): array {
280279
'COPYING-AGPL',
281280
'occ',
282281
'db_structure.xml',
282+
'REUSE.toml',
283283
];
284284
return array_merge($expected, $this->getAppDirectories());
285285
}

lib/Updater.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ private function getExpectedElementsList(): array {
220220
'.',
221221
'..',
222222
// Folders
223-
'.reuse',
224223
'.well-known',
225224
'3rdparty',
226225
'apps',
@@ -262,6 +261,7 @@ private function getExpectedElementsList(): array {
262261
'COPYING-AGPL',
263262
'occ',
264263
'db_structure.xml',
264+
'REUSE.toml',
265265
];
266266
return array_merge($expected, $this->getAppDirectories());
267267
}

updater.phar

4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)