diff --git a/src/SPC/command/DownloadCommand.php b/src/SPC/command/DownloadCommand.php index 27360bb9..f77c80f9 100644 --- a/src/SPC/command/DownloadCommand.php +++ b/src/SPC/command/DownloadCommand.php @@ -252,7 +252,7 @@ class DownloadCommand extends BaseCommand } elseif ($alt_sources === false) { logger()->warning("No alternative sources found for {$source}, skipping alternative download"); throw $e; - } else{ + } else { logger()->notice("Trying to download alternative sources for {$source}"); $alt_config = array_merge($config, $alt_sources); }