Skip to content

Commit

Permalink
Core: fix ant phpab
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed May 4, 2017
1 parent df0dc71 commit 1d2b1df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<arg value="${type}"/>
</exec>

<exec executable="${basedir}vendor/bin/phpab" taskname="phpab">
<exec executable="${basedir}/vendor/bin/phpab" taskname="phpab">
<arg value="--all"/>
<arg value="--static"/>
<arg value="--once"/>
Expand All @@ -94,7 +94,7 @@
<arg path="${basedir}/build/phar"/>
</exec>

<exec executable="${basedir}vendor/bin/phpab" taskname="phpab">
<exec executable="${basedir}/vendor/bin/phpab" taskname="phpab">
<arg value="--all"/>
<arg value="--nolower"/>
<arg value="--static"/>
Expand Down

0 comments on commit 1d2b1df

Please sign in to comment.