diff --git a/symfony/framework-bundle/3.3/Makefile b/symfony/framework-bundle/3.3/Makefile index e4a81a55..94733c08 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