mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
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
@ -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…
x
Reference in New Issue
Block a user