From 5a6d09e1ce95b7f3466e2f675d0ab0479b20b609 Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 8 Apr 2022 11:33:13 +0100 Subject: [PATCH] added -y to project update script --- update_project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_project.sh b/update_project.sh index 3d066eb..cfb07ce 100755 --- a/update_project.sh +++ b/update_project.sh @@ -1 +1 @@ -git pull && composer install && drush config:import --source=../config +git pull && composer install && drush config:import --source=../config -y