Skip to content

Commit

Permalink
Fix quoting of *
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-1-anderson committed Sep 26, 2024
1 parent b184143 commit f295a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/scripts/setup-drupal-repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down

0 comments on commit f295a0c

Please sign in to comment.