bug #109 Fix make serve with web-server-bundle (sstok)

This PR was merged into the master branch.

Discussion
----------

Fix `make serve` with web-server-bundle

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

When renaming the directory structure, this was forgotten.

Commits
-------

761095a Fix `make serve` with web-server-bundle
This commit is contained in:
Fabien Potencier
2017-07-04 13:24:48 +03:00
+1 -1
View File
@@ -13,7 +13,7 @@ sf_console:
serve_as_sf: sf_console
@test -f $(CONSOLE) && $(CONSOLE)|grep server:start > /dev/null || ${MAKE} serve_as_php
@$(CONSOLE) server:start || exit 1
@$(CONSOLE) server:start --docroot=public/ || exit 1
@printf "Quit the server with \033[32;49mbin/console server:stop.\033[39m\n"