mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-16 12:46:27 +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 = new SymfonyStyle($input, $output);
|
||||||
|
|
||||||
$this->io->title('Wallabag installer');
|
$this->io->title('wallabag installer');
|
||||||
|
|
||||||
$this
|
$this
|
||||||
->checkRequirements()
|
->checkRequirements()
|
||||||
|
@ -63,7 +63,7 @@ class InstallCommand extends ContainerAwareCommand
|
||||||
->setupConfig()
|
->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');
|
$this->io->success('You can now configure your web server, see https://doc.wallabag.org');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue