mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Merge branch 'v5-stable' of https://github.com/turbo124/invoiceninja into v5-stable
This commit is contained in:
commit
4b710a2c46
@ -83,7 +83,7 @@ class SelfUpdateController extends BaseController
|
|||||||
Artisan::call('config:clear');
|
Artisan::call('config:clear');
|
||||||
|
|
||||||
$output = $repo->execute('stash');
|
$output = $repo->execute('stash');
|
||||||
$output = $repo->execute('reset hard origin/v5-stable');
|
$output = $repo->execute('reset --hard origin/v5-stable');
|
||||||
$output = $repo->execute('pull origin');
|
$output = $repo->execute('pull origin');
|
||||||
|
|
||||||
} catch (GitException $e) {
|
} catch (GitException $e) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user