diff --git a/app/Http/Controllers/SelfUpdateController.php b/app/Http/Controllers/SelfUpdateController.php index 5ed80d832702..9646146972df 100644 --- a/app/Http/Controllers/SelfUpdateController.php +++ b/app/Http/Controllers/SelfUpdateController.php @@ -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');