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
21
21
ifdef CONSOLE
22
22
@$(CONSOLE) cache:warmup
23
23
else
24
- @printf "cannot warmup the cache (needs symfony/console)\n"
24
+ @printf "Cannot warm up the cache (needs symfony/console)\n"
25
25
endif
26
26
.PHONY : cache-warmup
27
27
@@ -32,10 +32,10 @@ endif
32
32
@$(CONSOLE) | grep server:start > /dev/null || ${MAKE} serve_as_php
33
33
@$(CONSOLE) server:start
34
34
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"
36
36
37
37
serve_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"
39
39
@printf " Quit the server with CTRL-C.\n"
40
40
@printf " Run \033[32mcomposer require symfony/web-server-bundle\033[39m for a better web server\n"
41
41
php -S 127.0.0.1:8000 -t public
You can’t perform that action at this time.
0 commit comments