Skip to content

Commit

Permalink
improved calling composer in UpdateGoal
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jan 14, 2016
1 parent 31a7e61 commit 9c2fd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/UpdateController.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ public function actionMake()

public function makeUpdate()
{
exec('cd .hidev;composer update --prefer-source');
$this->passthru('composer', ['update', '-d', '.hidev', '--prefer-source', '--ansi']);
}
}

0 comments on commit 9c2fd91

Please sign in to comment.