diff --git a/utils/Commands/RepositoryextensionCommand.php b/utils/Commands/RepositoryextensionCommand.php index 9d8a33f67..26d10ed65 100644 --- a/utils/Commands/RepositoryextensionCommand.php +++ b/utils/Commands/RepositoryextensionCommand.php @@ -92,7 +92,7 @@ class RepositoryextensionCommand extends Command $table->render(); return Command::SUCCESS; } else { - $output->writeln(sprintf("Could not get extension list from repository.", $filename)); + $output->writeln(sprintf("Could not get extension list from repository.")); return Command::FAILURE; } }