Skip to content

Commit ba8a019

Browse files
committed
fix: re-allow .reuse directory in Expected files
Partial revert of #656 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
1 parent 683ef44 commit ba8a019

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ private function getExpectedElementsList(): array {
238238
'.',
239239
'..',
240240
// Folders
241+
'.reuse',
241242
'.well-known',
242243
'3rdparty',
243244
'apps',

lib/Updater.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ private function getExpectedElementsList(): array {
220220
'.',
221221
'..',
222222
// Folders
223+
'.reuse',
223224
'.well-known',
224225
'3rdparty',
225226
'apps',

updater.phar

14 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)