Uppercase the first letter in the sentence and split 'warmup'

This commit is contained in:
Victor Bocharsky
2017-09-01 20:53:39 +03:00
committed by bocharsky-bw
parent 32a4788c53
commit 058d5079e5
+1 -1
View File
@@ -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