From 20b670edc15f1bac6081f1c8c7750994db622b94 Mon Sep 17 00:00:00 2001 From: henderkes Date: Thu, 1 Jan 2026 15:04:25 +0100 Subject: [PATCH] use key, woops --- src/SPC/command/DownloadCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/command/DownloadCommand.php b/src/SPC/command/DownloadCommand.php index ed1b965c..fb1179e3 100644 --- a/src/SPC/command/DownloadCommand.php +++ b/src/SPC/command/DownloadCommand.php @@ -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);