fixed typo

This commit is contained in:
Fabien Potencier
2017-03-23 15:54:02 -07:00
parent 4ef76e6275
commit 1e80078459
@@ -21,7 +21,7 @@
"\t@test -f bin/console && bin/console cache:clear --no-warmup || rm -rf var/cache/*",
".PHONY: cache-clear",
"cache-warmup: cache-clear",
"\t@test -f bin/console && bin/console cache:warmup || echo "cannot warmup the cache (needs symfony/console)"",
"\t@test -f bin/console && bin/console cache:warmup || echo \"cannot warmup the cache (needs symfony/console)\"",
".PHONY: cache-warmup",
"serve:",
"\t@echo \"\\033[32;49mServer listening on http://127.0.0.1:8000\\033[39m\"",