From 058d5079e52a3c2026ffc8b4ea3416c910ba6a4f Mon Sep 17 00:00:00 2001 From: Victor Bocharsky Date: Fri, 1 Sep 2017 00:11:47 +0300 Subject: [PATCH] Uppercase the first letter in the sentence and split 'warmup' --- symfony/framework-bundle/3.3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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