Skip to content

Commit

Permalink
MDL-38531 behat: Replacing composer install for composer update
Browse files Browse the repository at this point in the history
  • Loading branch information
David Monllao committed Mar 19, 2013
1 parent 7112729 commit 1e63755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/behat/cli/init.php
Expand Up @@ -71,7 +71,7 @@
}
}

passthru("php composer.phar install --dev", $code);
passthru("php composer.phar update --dev", $code);
if ($code != 0) {
exit($code);
}
Expand Down

0 comments on commit 1e63755

Please sign in to comment.