This commit is contained in:
Hugo Sampaio
2024-05-13 11:22:57 -03:00
parent 13a45c81a0
commit 352fbd852e
2 changed files with 2 additions and 2 deletions

View File

@@ -1190,7 +1190,7 @@ function getTicketStatusName($ticket_status) {
function fetchUpdates() {
global $mysqli, $repo_branch;
global $repo_branch;
// Fetch the latest code changes but don't apply them
exec("git fetch", $output, $result);