diff options
-rw-r--r-- | src/Wallabag/CoreBundle/Command/InstallCommand.php | 4 | ||||
-rw-r--r-- | yarn.lock | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php index c58ae2b5..50e19f0c 100644 --- a/src/Wallabag/CoreBundle/Command/InstallCommand.php +++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php | |||
@@ -54,7 +54,7 @@ class InstallCommand extends ContainerAwareCommand | |||
54 | 54 | ||
55 | $this->io = new SymfonyStyle($input, $output); | 55 | $this->io = new SymfonyStyle($input, $output); |
56 | 56 | ||
57 | $this->io->title('Wallabag installer'); | 57 | $this->io->title('wallabag installer'); |
58 | 58 | ||
59 | $this | 59 | $this |
60 | ->checkRequirements() | 60 | ->checkRequirements() |
@@ -63,7 +63,7 @@ class InstallCommand extends ContainerAwareCommand | |||
63 | ->setupConfig() | 63 | ->setupConfig() |
64 | ; | 64 | ; |
65 | 65 | ||
66 | $this->io->success('Wallabag has been successfully installed.'); | 66 | $this->io->success('wallabag has been successfully installed.'); |
67 | $this->io->success('You can now configure your web server, see https://doc.wallabag.org'); | 67 | $this->io->success('You can now configure your web server, see https://doc.wallabag.org'); |
68 | } | 68 | } |
69 | 69 | ||
@@ -3905,9 +3905,9 @@ lodash.memoize@^4.1.2: | |||
3905 | integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= | 3905 | integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= |
3906 | 3906 | ||
3907 | lodash.mergewith@^4.6.0: | 3907 | lodash.mergewith@^4.6.0: |
3908 | version "4.6.1" | 3908 | version "4.6.2" |
3909 | resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.1.tgz#639057e726c3afbdb3e7d42741caa8d6e4335927" | 3909 | resolved "https://registry.yarnpkg.com/lodash.mergewith/-/lodash.mergewith-4.6.2.tgz#617121f89ac55f59047c7aec1ccd6654c6590f55" |
3910 | integrity sha512-eWw5r+PYICtEBgrBE5hhlT6aAa75f411bgDz/ZL2KZqYV03USvucsxcHUIlGTDTECs1eunpI7HOV7U+WLDvNdQ== | 3910 | integrity sha512-GK3g5RPZWTRSeLSpgP8Xhra+pnjBC56q9FZYe1d5RN3TJ35dbkGy3YqBSMbyCrlbi+CM9Z3Jk5yTL7RCsqboyQ== |
3911 | 3911 | ||
3912 | lodash.tail@^4.1.1: | 3912 | lodash.tail@^4.1.1: |
3913 | version "4.1.1" | 3913 | version "4.1.1" |