Skip to content

Commit

Permalink
fixed vendors script
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalkaoz committed Jun 18, 2014
1 parent 7b58d87 commit 716713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/vendors.php
Expand Up @@ -8,7 +8,7 @@

//get composer
if (file_exists($composer)) {
system(sprintf('php %s', $composer.' self-update'));
system(sprintf('php %s', $composer.' self-update'), $composerable);
} else {
system(sprintf('curl %s | php -d=phar.readonly=Off -d=phar.require_hash=Off', 'http://getcomposer.org/installer'), $composerable);
}
Expand Down

0 comments on commit 716713b

Please sign in to comment.