fix output of message

This commit is contained in:
Uwe Steinmann 2025-11-15 21:22:45 +01:00
parent b81fb224d5
commit 239586ed87

View File

@ -92,7 +92,7 @@ class RepositoryextensionCommand extends Command
$table->render(); $table->render();
return Command::SUCCESS; return Command::SUCCESS;
} else { } else {
$output->writeln(sprintf("<error>Could not get extension list from repository.</error>", $filename)); $output->writeln(sprintf("<error>Could not get extension list from repository.</error>"));
return Command::FAILURE; return Command::FAILURE;
} }
} }