minor fixes

This commit is contained in:
David Bomba 2021-04-09 08:11:17 +10:00
parent 7e19d1a9d2
commit 5adc39b06c

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) {