Skip to content

Commit e93b53a

Browse files
committed
fix: update path for .gitconfig removal in Symfony project setup
1 parent 8395ae0 commit e93b53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Taskfile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ tasks:
135135
cmds:
136136
- docker run --rm -v $(pwd):/var/www -w /var/www -e COMPOSER_MEMORY_LIMIT=512M -e HOME=/var/www --user $(id -u):$(id -g) koromerzhin/php:8.4.3-apache-symfony sh -c "git config --global user.name 'Symfony Project' && git config --global user.email 'symfony@example.com' && symfony new apps --version='{{.SYMFONYVERSION}}' --webapp"
137137
- rm -rf ./apps/.git
138-
- rm -rf ./apps/.gitconfig
138+
- rm -rf ./.gitconfig
139139

140140
symfony:exec:
141141
desc: "Exécute une commande dans un conteneur en cours d'exécution"

0 commit comments

Comments
 (0)