Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cd801e4

Browse files
Update indentation
1 parent 3dea854 commit cd801e4

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

‎bin/create-project.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ case "1ドル" in
2525
## SYMFONY
2626
###################################
2727
"symfony")
28-
if command -v symfony >/dev/null 2>&1; then
29-
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"
33-
execInDir "$CODE_DIR" "symfony new '$CODE_DIR'"
34-
fi
28+
if command -v symfony >/dev/null 2>&1; then
29+
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"
33+
execInDir "$CODE_DIR" "symfony new '$CODE_DIR'"
34+
fi
3535
;;
3636

3737
###################################

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /