Merge pull request #167 from bocharsky-bw/patch-3

This commit is contained in:
Symfony
2017-09-01 11:14:31 -07:00
committed by GitHub
+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