From 694c84501b363ebdfc7acc02e8aca5fd367ea40a Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Thu, 21 Sep 2017 14:12:36 -0400 Subject: [PATCH] Update Makefile --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index de632350f..69e19184e 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ cache-warmup: cache-clear ifdef CONSOLE @$(CONSOLE) cache:warmup else - @printf "cannot warmup the cache (needs symfony/console)\n" + @printf "Cannot warm up the cache (needs symfony/console)\n" endif .PHONY: cache-warmup @@ -32,10 +32,10 @@ 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"; + @printf "\033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n" @printf "Quit the server with CTRL-C.\n" @printf "Run \033[32mcomposer require symfony/web-server-bundle\033[39m for a better web server\n" php -S 127.0.0.1:8000 -t public