diff --git a/symfony/framework-bundle/3.3/Makefile b/symfony/framework-bundle/3.3/Makefile index 20a1cc55..7ec3972e 100644 --- a/symfony/framework-bundle/3.3/Makefile +++ b/symfony/framework-bundle/3.3/Makefile @@ -16,7 +16,7 @@ cache-warmup: cache-clear ifdef CONSOLE @$(CONSOLE) cache:warmup else - @printf "cannot warmup the cache (needs symfony/console)\n" + @printf "Cannot warm up the cache (needs symfony/console)\n" endif .PHONY: cache-warmup