From 263b22afe86eb7b582d7d88f69f1ee65a6f732b7 Mon Sep 17 00:00:00 2001 From: naomi Date: Fri, 8 Apr 2022 12:27:50 +0100 Subject: [PATCH] typo in push_project.sh --- push_project.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push_project.sh b/push_project.sh index 90ee485..0d698c4 100755 --- a/push_project.sh +++ b/push_project.sh @@ -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"