Skip to content

Commit

Permalink
This regex broke when the composer installer arrays were reformmatted…
Browse files Browse the repository at this point in the history
… to use multiple lines.
  • Loading branch information
becw committed Aug 13, 2016
1 parent 019cd7e commit 2e734ee
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 2e734ee

Please sign in to comment.