Changes to self updater (#3746)

* Documentation for self updater

* Add logging to self updater

* Minor changes to self updateR
This commit is contained in:
David Bomba 2020-05-25 15:21:26 +10:00 committed by GitHub
parent c1348904f1
commit 7b9d487cd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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');