File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ cache-warmup: cache-clear
2121ifdef CONSOLE
2222 @$(CONSOLE) cache:warmup
2323else
24- @printf "cannot warmup the cache (needs symfony/console)\n"
24+ @printf "Cannot warm up the cache (needs symfony/console)\n"
2525endif
2626.PHONY : cache-warmup
2727
@@ -32,10 +32,10 @@ endif
3232 @$(CONSOLE) | grep server:start > /dev/null || ${MAKE} serve_as_php
3333 @$(CONSOLE) server:start
3434
35- @printf "Quit the server with \033[32;49mbin/console server:stop. \033[39m\n"
35+ @printf "Quit the server with \033[32;49mbin/console server:stop\033[39m\n"
3636
3737serve_as_php :
38- @printf " \033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n" ;
38+ @printf " \033[32;49mServer listening on http://127.0.0.1:8000\033[39m\n"
3939 @printf " Quit the server with CTRL-C.\n"
4040 @printf " Run \033[32mcomposer require symfony/web-server-bundle\033[39m for a better web server\n"
4141 php -S 127.0.0.1:8000 -t public
You can’t perform that action at this time.
0 commit comments