Skip to content

Commit

Permalink
Update build.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
sturkel89 authored Jun 18, 2024
1 parent f8d5616 commit 72652f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@

<!-- Set up dependencies -->
<target name="startup" description="set up dependencies">
<exec executable="composer install">
<exec executable="composer">
<arg line="install" />
</exec>
</target>

Expand Down

0 comments on commit 72652f6

Please sign in to comment.