mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 02:20: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();
|
$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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user