mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/11291] phing: Adjust directory format of composer exec.
Adjust the directory format to what all the other exec calls are using. PHPBB3-11291
This commit is contained in:
parent
e775e7fc91
commit
357feeac2e
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@
|
|||
loaded because testing framework may depend on them.
|
||||
-->
|
||||
<target name="composer">
|
||||
<exec dir="./phpBB/"
|
||||
<exec dir="phpBB"
|
||||
command="php ../composer.phar install --dev"
|
||||
passthru="true" />
|
||||
</target>
|
||||
|
|
Loading…
Add table
Reference in a new issue