mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-27 10:00:41 +00:00
fix output of message
This commit is contained in:
parent
b81fb224d5
commit
239586ed87
|
|
@ -92,7 +92,7 @@ class RepositoryextensionCommand extends Command
|
|||
$table->render();
|
||||
return Command::SUCCESS;
|
||||
} 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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user