mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-15 13:31:13 +00:00
Fixed typo in wallabag name
This commit is contained in:
parent
ff8fe22f2e
commit
879f8eaa18
1 changed files with 2 additions and 2 deletions
|
@ -54,7 +54,7 @@ class InstallCommand extends ContainerAwareCommand
|
|||
|
||||
$this->io = new SymfonyStyle($input, $output);
|
||||
|
||||
$this->io->title('Wallabag installer');
|
||||
$this->io->title('wallabag installer');
|
||||
|
||||
$this
|
||||
->checkRequirements()
|
||||
|
@ -63,7 +63,7 @@ class InstallCommand extends ContainerAwareCommand
|
|||
->setupConfig()
|
||||
;
|
||||
|
||||
$this->io->success('Wallabag has been successfully installed.');
|
||||
$this->io->success('wallabag has been successfully installed.');
|
||||
$this->io->success('You can now configure your web server, see https://doc.wallabag.org');
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue