mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
fixed space issue in bin/console (#200)
This commit is contained in:
committed by
Symfony
parent
2f672602bc
commit
be5333aae5
@@ -1,4 +1,4 @@
|
||||
CONSOLE := $(shell which bin/console)
|
||||
CONSOLE := $(shell printf %q "`which bin/console`")
|
||||
sf_console:
|
||||
ifndef CONSOLE
|
||||
@printf "Run \033[32mcomposer require cli\033[39m to install the Symfony console.\n"
|
||||
|
||||
Reference in New Issue
Block a user