1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 16:31:33 +02:00

Documentation for self updater (#3744)

This commit is contained in:
David Bomba 2020-05-25 12:17:24 +10:00 committed by GitHub
parent 3e77612210
commit c49264df1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ class SelfUpdateController extends BaseController
return response()->json(['message' => 'Self update not available on this system.'], 403);
}
/* .git MUST be owned/writable by the webserver user */
$repo = new GitRepository(base_path());
$res = $repo->pull();