Skip to content

Commit a01e0a4

Browse files
authored
VACMS-15181: Fix DDEV complaints about Git directory ownership. (#15182)
1 parent 2663ba8 commit a01e0a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ddev/config.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ hooks:
1818
post-import-db:
1919
- exec: drush deploy
2020
post-start:
21+
- exec: git config --global --add safe.directory /var/www/html
2122
- exec: ./scripts/install_task_runner.sh
2223
- exec: ./scripts/install-nvm.sh
2324
- composer: install

0 commit comments

Comments
 (0)