Skip to content

Commit

Permalink
Fix phing list when phing needs to be called with 'vendor/bin/phing'
Browse files Browse the repository at this point in the history
  • Loading branch information
becw committed Jan 22, 2021
1 parent 3b7a6e3 commit 052e312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion defaults/install/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@

<!-- Default target: list -->
<target name="list" hidden="true">
<exec command="phing -q -f ${phing.file} -l" passthru="true"/>
<exec command="${phing.home}/bin/phing -q -f ${phing.file} -l" passthru="true"/>
<echo>Find more documentation for palantirnet/the-build on GitHub:

https://github.com/palantirnet/the-build#using-the-build</echo>
Expand Down

0 comments on commit 052e312

Please sign in to comment.