minor fixes
This commit is contained in:
parent
4b710a2c46
commit
4b3fe82ba2
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@ class SelfUpdateController extends BaseController
|
|||
Artisan::call('view:clear');
|
||||
Artisan::call('config:clear');
|
||||
|
||||
$output = $repo->execute('stash');
|
||||
$output = $repo->execute('reset --hard origin/v5-stable');
|
||||
// $output = $repo->execute('stash');
|
||||
// $output = $repo->execute('reset --hard origin/v5-stable');
|
||||
$output = $repo->execute('pull origin');
|
||||
|
||||
} catch (GitException $e) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue