Skip to content

Commit 6d53e55

Browse files
rfayjoachim-n
authored andcommitted
Add config.ddev-drupal-core-dev.yaml from waiting PR
This is part of justafish#31 Rebase will be required when that goes in.
1 parent 75e214a commit 6d53e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ post_install_actions:
3232

3333
removal_actions:
3434
- |
35-
for item in ../core/phpunit.xml ../core/.env ../.gitignore; do
35+
for item in ../core/phpunit.xml ../core/.env ../.gitignore; do
3636
if grep '#ddev-generated' ${item} >/dev/null; then
3737
rm -f ${item}
3838
fi

0 commit comments

Comments
 (0)