From b5720314d7a3a34bf0bcbe9fc762af3330ca8915 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= Date: Fri, 1 Sep 2017 11:59:50 +0200 Subject: [PATCH] Makefile: remove trailing dot on server:stop command --- symfony/framework-bundle/3.3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symfony/framework-bundle/3.3/Makefile b/symfony/framework-bundle/3.3/Makefile index e4a81a55..20a1cc55 100644 --- a/symfony/framework-bundle/3.3/Makefile +++ b/symfony/framework-bundle/3.3/Makefile @@ -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";