Skip to content

Commit

Permalink
Fix composer path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmueller-st committed Aug 26, 2024
1 parent 32f7a81 commit b3d690e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
});

set('bin/composer', function () {
return '/usr/bin/php83 /usr/local/bin/composer';
return '/usr/bin/php83 /usr/bin/composer';
});

set('rsync_src', function () {
Expand Down

0 comments on commit b3d690e

Please sign in to comment.