aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Command
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-29 17:19:39 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-02-29 17:19:39 +0100
commit1e18360cc7d6b7987bffc4ecd067d0b3aee85bb1 (patch)
tree7dfecfbf46240e0c2db13a1ee8c2f5b927676530 /src/Wallabag/CoreBundle/Command
parent30e5174ea779059a0021d3c4e56f09ade94cbd83 (diff)
parent3c39f5ac413cc1bd58a0647fcbb52982af81c078 (diff)
downloadwallabag-1e18360cc7d6b7987bffc4ecd067d0b3aee85bb1.tar.gz
wallabag-1e18360cc7d6b7987bffc4ecd067d0b3aee85bb1.tar.zst
wallabag-1e18360cc7d6b7987bffc4ecd067d0b3aee85bb1.zip
Merge pull request #1734 from wallabag/v2-todo
Remove extra definition
Diffstat (limited to 'src/Wallabag/CoreBundle/Command')
-rw-r--r--src/Wallabag/CoreBundle/Command/InstallCommand.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Command/InstallCommand.php b/src/Wallabag/CoreBundle/Command/InstallCommand.php
index 771b3c5a..e97ba46a 100644
--- a/src/Wallabag/CoreBundle/Command/InstallCommand.php
+++ b/src/Wallabag/CoreBundle/Command/InstallCommand.php
@@ -193,7 +193,7 @@ class InstallCommand extends ContainerAwareCommand
193 $this->defaultOutput->writeln('<info><comment>Step 3 of 4.</comment> Administration setup.</info>'); 193 $this->defaultOutput->writeln('<info><comment>Step 3 of 4.</comment> Administration setup.</info>');
194 194
195 $questionHelper = $this->getHelperSet()->get('question'); 195 $questionHelper = $this->getHelperSet()->get('question');
196 $question = new ConfirmationQuestion('Would you like to create a new admin user (recommended) ? (y/N)', true); 196 $question = new ConfirmationQuestion('Would you like to create a new admin user (recommended) ? (Y/n)', true);
197 197
198 if (!$questionHelper->ask($this->defaultInput, $this->defaultOutput, $question)) { 198 if (!$questionHelper->ask($this->defaultInput, $this->defaultOutput, $question)) {
199 return $this; 199 return $this;