Skip to content

Commit

Permalink
Fixed usage of composer.phar, when used as env/composer (close #615 #616
Browse files Browse the repository at this point in the history
)
  • Loading branch information
Arvatis-Payolution authored and Oanh Nguyen committed Apr 11, 2016
1 parent 889c35a commit bba421f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

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

return $composer;
Expand Down

0 comments on commit bba421f

Please sign in to comment.