Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit 182babb

Browse files
committed
Allow to execute the symfony demo command repeatedly
1 parent eda6c68 commit 182babb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Installer/DemoCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ protected function configure()
3030
{
3131
$this
3232
->setName('demo')
33-
->addArgument('directory', InputArgument::OPTIONAL, 'Directory where the new project will be created.', 'symfony_demo')
33+
->addArgument('directory', InputArgument::OPTIONAL, 'Directory where the new project will be created.')
3434
->setDescription('Creates a demo Symfony project.')
3535
;
3636
}

0 commit comments

Comments
 (0)