There was an error while loading. Please reload this page.
1 parent cd801e4 commit c36ef29Copy full SHA for c36ef29
bin/create-project.sh
@@ -26,7 +26,7 @@ case "$1" in
26
###################################
27
"symfony")
28
if command -v symfony >/dev/null 2>&1; then
29
- execInDir "$CODE_DIR" "symfony new '$CODE_DIR'"
+ execInDir "$CODE_DIR" "symfony new '$CODE_DIR'"
30
else
31
wget https://get.symfony.com/cli/installer -O - | bash
32
export PATH="$HOME/.symfony/bin:$PATH"
0 commit comments