1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-30 05:07:11 +02:00

Merge branch 'v5-stable' of https://github.com/turbo124/invoiceninja into v5-stable

This commit is contained in:
David Bomba 2021-04-09 08:16:54 +10:00
commit 4b710a2c46

View File

@ -83,7 +83,7 @@ class SelfUpdateController extends BaseController
Artisan::call('config:clear');
$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');
} catch (GitException $e) {