Skip to content

Commit 4547b1c

Browse files
committed
Revert previous change for previous release 4.4
1 parent 6e6abf4 commit 4547b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/update_deleted_files.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function usage($command)
221221
echo 'Runing build script for previous major version.' . PHP_EOL;
222222
echo PHP_EOL;
223223

224-
system('php ./build/build.php --remote=' . ($options['prevRemote'] ?? 'HEAD') . ' --exclude-gzip --exclude-zstd');
224+
system('php ./build/build.php --remote=' . ($options['prevRemote'] ?? 'HEAD') . ' --exclude-gzip --exclude-bzip2');
225225

226226
chdir(__DIR__);
227227

0 commit comments

Comments
 (0)