Skip to content

Commit

Permalink
Makefile: remove trailing dot on server:stop command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom committed Sep 1, 2017
1 parent ed89534 commit b572031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfony/framework-bundle/3.3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ endif
@$(CONSOLE) | grep server:start > /dev/null || ${MAKE} serve_as_php
@$(CONSOLE) server:start

@printf "Quit the server with \033[32;49mbin/console server:stop.\033[39m\n"
@printf "Quit the server with \033[32;49mbin/console server:stop\033[39m\n"

serve_as_php:
@printf "\033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n";
Expand Down

0 comments on commit b572031

Please sign in to comment.