This commit is contained in:
@ -30,7 +30,7 @@ class CommandShow extends Command
|
||||
$sio->title('List backup entities');
|
||||
|
||||
try {
|
||||
$app = new App($input->getArgument('config'));
|
||||
$app = new App((string)$input->getArgument('config'));
|
||||
} catch (\Throwable $e) {
|
||||
$sio->error('Configuration error: ' . $e->getMessage());
|
||||
return Command::FAILURE;
|
||||
|
Reference in New Issue
Block a user