Fix update

This commit is contained in:
Léo Serre 2018-10-30 22:16:18 +01:00
parent 735e99ac1c
commit 362affd496
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if(isset($controller->splitted_url[1]) && $user->rankIsHigher("moderator")) {
$output = array();
chdir($config['abs_root_folder']);
exec("git pull origin master", $output);
exec("git pull", $output);
include ($config['views_folder']."d.admin.git-pull.html");
}