Skip to content

Commit b572031

Browse files
authored
Makefile: remove trailing dot on server:stop command
1 parent ed89534 commit b572031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony/framework-bundle/3.3/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ endif
2727
@$(CONSOLE) | grep server:start > /dev/null || ${MAKE} serve_as_php
2828
@$(CONSOLE) server:start
2929

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

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

0 commit comments

Comments
 (0)