Skip to content

Commit 694c845

Browse files
committed
Update Makefile
1 parent 36a8ba0 commit 694c845

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cache-warmup: cache-clear
2121
ifdef CONSOLE
2222
@$(CONSOLE) cache:warmup
2323
else
24-
@printf "cannot warmup the cache (needs symfony/console)\n"
24+
@printf "Cannot warm up the cache (needs symfony/console)\n"
2525
endif
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

3737
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"
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

0 commit comments

Comments
 (0)