Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: update list of expected files
Signed-off-by: Benjamin Gaussorgues <[email protected]>
  • Loading branch information
Altahrim committed Aug 19, 2025
commit cd970c53f1d32d2837be75bca7b8dc0d0b6c276a
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ private function getExpectedElementsList(): array {
'.',
'..',
// Folders
'.reuse',
'.well-known',
'3rdparty',
'apps',
Expand Down Expand Up @@ -280,6 +279,7 @@ private function getExpectedElementsList(): array {
'COPYING-AGPL',
'occ',
'db_structure.xml',
'REUSE.toml',
];
return array_merge($expected, $this->getAppDirectories());
}
Expand Down
2 changes: 1 addition & 1 deletion lib/Updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ private function getExpectedElementsList(): array {
'.',
'..',
// Folders
'.reuse',
'.well-known',
'3rdparty',
'apps',
Expand Down Expand Up @@ -262,6 +261,7 @@ private function getExpectedElementsList(): array {
'COPYING-AGPL',
'occ',
'db_structure.xml',
'REUSE.toml',
];
return array_merge($expected, $this->getAppDirectories());
}
Expand Down
Binary file modified updater.phar
Binary file not shown.