Skip to content

Commit

Permalink
Updated dir path
Browse files Browse the repository at this point in the history
  • Loading branch information
benatespina committed Oct 5, 2015
1 parent 74e5829 commit c3b5bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Process/GitProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ final class GitProcess
*/
public static function updateModules()
{
$process = new Process('git submodule update --remote --merge', __DIR__ . '/../../../../');
$process = new Process('git submodule update --remote --merge', __DIR__ . '/../../../../../');
$process->run();

return $process->isSuccessful() ? true : 'Something wrong happens during update git modules';
Expand Down

0 comments on commit c3b5bd6

Please sign in to comment.