Skip to content

Commit

Permalink
Revert previous change for previous release 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
richard67 committed Mar 28, 2024
1 parent 1c816b0 commit 0ad063b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/update_deleted_files.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function usage($command)
echo 'Runing build script for previous major version.' . PHP_EOL;
echo PHP_EOL;

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

chdir(__DIR__);

Expand Down

0 comments on commit 0ad063b

Please sign in to comment.