Skip to content

Commit bba421f

Browse files
Arvatis-PayolutionOanh Nguyen
authored andcommitted
Fixed usage of composer.phar, when used as env/composer (close #615 #616)
1 parent 889c35a commit bba421f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/common.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
if (empty($composer)) {
5555
run("cd {{release_path}} && curl -sS https://getcomposer.org/installer | php");
56-
$composer = '{{bin/php}} composer.phar';
56+
$composer = '{{bin/php}} {{release_path}}/composer.phar';
5757
}
5858

5959
return $composer;

0 commit comments

Comments
 (0)