Skip to content

Commit c36ef29

Browse files
committed
Update line indent
1 parent cd801e4 commit c36ef29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/create-project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ case "$1" in
2626
###################################
2727
"symfony")
2828
if command -v symfony >/dev/null 2>&1; then
29-
execInDir "$CODE_DIR" "symfony new '$CODE_DIR'"
29+
execInDir "$CODE_DIR" "symfony new '$CODE_DIR'"
3030
else
3131
wget https://get.symfony.com/cli/installer -O - | bash
3232
export PATH="$HOME/.symfony/bin:$PATH"

0 commit comments

Comments
 (0)