From f295a0c9cb7b21b7a2328bd2fc8bb12af9bd0db6 Mon Sep 17 00:00:00 2001 From: Greg Anderson Date: Thu, 26 Sep 2024 15:43:16 -0700 Subject: [PATCH] Fix quoting of * --- .circleci/scripts/setup-drupal-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/scripts/setup-drupal-repo.sh b/.circleci/scripts/setup-drupal-repo.sh index 56bb132..7936a24 100755 --- a/.circleci/scripts/setup-drupal-repo.sh +++ b/.circleci/scripts/setup-drupal-repo.sh @@ -27,7 +27,7 @@ composer -- require "drupal/views_custom_cache_tag:1.x-dev" # Add this project, but not via Composer mkdir -p web/modules/circle/pantheon_advanced_page_cache -cp -R "$PROJECT_DIR/*" web/modules/circle/pantheon_advanced_page_cache +cp -R "$PROJECT_DIR/"* web/modules/circle/pantheon_advanced_page_cache # Make a git commit git add .