Skip to content

Commit

Permalink
Merge pull request #19 from palantirnet/composer-install-elsewhere-fix
Browse files Browse the repository at this point in the history
Fix for Drupal installing in 'web' instead of 'docroot' in the build artifact
  • Loading branch information
becw authored Sep 8, 2016
2 parents bb78edc + 2e734ee commit 8d0e39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/lib/artifacts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
-->
<filterchain>
<replaceregexp>
<regexp pattern="web(/.+type:drupal-)" replace="docroot\1" />
<regexp pattern="web(/[^\]]+type:drupal-)" replace="docroot\1" />
</replaceregexp>
</filterchain>
</copy>
Expand Down

0 comments on commit 8d0e39c

Please sign in to comment.