We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56c628 commit 7e7eb84Copy full SHA for 7e7eb84
src/SPC/command/DownloadCommand.php
@@ -252,7 +252,7 @@ public function handle(): int
252
} elseif ($alt_sources === false) {
253
logger()->warning("No alternative sources found for {$source}, skipping alternative download");
254
throw $e;
255
- } else{
+ } else {
256
logger()->notice("Trying to download alternative sources for {$source}");
257
$alt_config = array_merge($config, $alt_sources);
258
}
0 commit comments