mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
Ensured install tool knows the install command is the only one
This commit is contained in:
@@ -50,7 +50,7 @@ class InstallApplicationFactory implements FactoryInterface
|
||||
$isUpdate
|
||||
);
|
||||
$app->add($command);
|
||||
$app->setDefaultCommand($command->getName());
|
||||
$app->setDefaultCommand($command->getName(), true);
|
||||
|
||||
return $app;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user