typo in push_project.sh

This commit is contained in:
naomi 2022-04-08 12:27:50 +01:00
parent 9cf19f0e15
commit 263b22afe8
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
composer update && drush config:export --destination=../config -y && git add && git commit -m "Updated project"
composer update && drush config:export --destination=../config -y && git add . && git commit -m "Updated project"