Update functions.php

This commit is contained in:
FusionPBX
2025-08-04 15:42:31 -06:00
committed by GitHub
parent 4a893ec3ae
commit 27e77ca1b1

View File

@@ -2435,7 +2435,7 @@ if (!function_exists('git_pull')) {
chdir($path);
//specify how to reconcile divergent branches
exec('git config pull.rebase true');
exec('git config pull.rebase false');
//git pull
exec("GIT_SSH_COMMAND='ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no' git pull 2>&1", $response_source_update);