Skip to content

Commit

Permalink
More changes to README.md. (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 authored Jul 12, 2022
1 parent 0c5b83a commit 7f68339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/composer-scaffold/pantheonize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ LC_ALL=C find . -maxdepth 2 -type f -name '*' -exec sed -i .bak 's/Drupal scaffo
LC_ALL=C find . -maxdepth 2 -type f -name '*' -exec sed -i .bak 's/drupal-composer\/composer-scaffold/drupal-composer\/drupal-scaffold/g' {} +
LC_ALL=C find . -maxdepth 2 -type f -name '*' -exec sed -i .bak 's/drupal\/core-composer-scaffold/pantheon-systems\/composer-scaffold/g' {} +
LC_ALL=C find . -maxdepth 2 -type f -name '*' -exec sed -i .bak 's/"homepage": "https:\/\/www.drupal.org\/project\/drupal"/"homepage": "https:\/\/github.com\/pantheon-systems\/composer-scaffold"/g' {} +
LC_ALL=C find . -maxdepth 2 -type f -name '*' -exec sed -i .bak 's/Drupal Composer Scaffold/Composer Scaffold/g' {} +

git apply < $PATCH_FILE

Expand Down

0 comments on commit 7f68339

Please sign in to comment.