Changes to self updater (#3746)
* Documentation for self updater * Add logging to self updater * Minor changes to self updateR
This commit is contained in:
parent
c1348904f1
commit
7b9d487cd3
1 changed files with 2 additions and 4 deletions
|
|
@ -72,11 +72,9 @@ class SelfUpdateController extends BaseController
|
|||
|
||||
info("Are there changes to pull? " . $repo->hasChanges());
|
||||
|
||||
//$res = $repo->pull();
|
||||
$res = $repo->pull();
|
||||
|
||||
$output = $repo->execute('pull origin');
|
||||
|
||||
info(print_r($output,1));
|
||||
info("Are there any changes to pull? " . $repo->hasChanges());
|
||||
|
||||
Artisan::call('ninja:post-update');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue