minor #125 Remove unneeded flag (fabpot)

This PR was merged into the master branch.

Discussion
----------

Remove unneeded flag

| Q             | A
| ------------- | ---
| License       | MIT

This has been fixed in Symfony directly now.

Commits
-------

eb64d97 removed unneeded flag
This commit is contained in:
Fabien Potencier
2017-07-21 11:21:06 +02:00
+1 -1
View File
@@ -25,7 +25,7 @@ ifndef CONSOLE
@${MAKE} serve_as_php
endif
@$(CONSOLE) | grep server:start > /dev/null || ${MAKE} serve_as_php
@$(CONSOLE) server:start --docroot=public/
@$(CONSOLE) server:start
@printf "Quit the server with \033[32;49mbin/console server:stop.\033[39m\n"