mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
use key, woops
This commit is contained in:
parent
4dbbc8e8ac
commit
20b670edc1
@ -64,7 +64,7 @@ class DownloadCommand extends BaseCommand
|
||||
!str_contains($name, '-Linux-') &&
|
||||
!str_contains($name, '-Windows-') &&
|
||||
!str_contains($name, '-Darwin-');
|
||||
});
|
||||
}, ARRAY_FILTER_USE_KEY);
|
||||
$input->setArgument('sources', implode(',', array_keys($sources_to_check)));
|
||||
}
|
||||
parent::initialize($input, $output);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user