Add some punctuations

Harmonize punctuations.
This commit is contained in:
Honoré HOUNWANOU
2017-09-13 02:53:58 -04:00
committed by GitHub
parent c2e9f8c8b3
commit 4b1eaaef36
+2 -2
View File
@@ -16,7 +16,7 @@ cache-warmup: cache-clear
ifdef CONSOLE
@$(CONSOLE) cache:warmup
else
@printf "Cannot warm up the cache (needs symfony/console)\n"
@printf "Cannot warm up the cache (needs symfony/console).\n"
endif
.PHONY: cache-warmup
@@ -32,7 +32,7 @@ endif
serve_as_php:
@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"
@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
serve: