mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
Uppercase the first letter in the sentence and split 'warmup'
This commit is contained in:
committed by
bocharsky-bw
parent
32a4788c53
commit
058d5079e5
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user