Skip to content

Commit 71ebca4

Browse files
committed
minor #657 Update Makefile with latest changes (yceruto)
This PR was merged into the master branch. Discussion ---------- Update Makefile with latest changes * symfony/recipes@058d507 * symfony/recipes@b572031 * symfony/recipes@e170140 Commits ------- 694c845 Update Makefile
2 parents 8c4d972 + 694c845 commit 71ebca4

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)