Touch-ups

This commit is contained in:
Marcus Hill 2023-09-30 13:57:48 +01:00
parent 2924791538
commit 9bb6e0b1c7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ $git_log = shell_exec("git log $repo_branch..origin/$repo_branch --pretty=format
<div class="alert alert-danger" role="alert">
<strong>WARNING: Could not find execute 'git fetch'.</strong>
<br><br>
<i>Error details: <?php echo shell_exec("git fetch 2>&1"); ?></i>
<i>Error details:- <?php echo shell_exec("git fetch 2>&1"); ?></i>
<br>
<br>Things to check: Is Git installed? Is the Git origin/remote correct? Are web server file permissions too strict?
<br>Seek support on the <a href="https://forum.itflow.org">Forum</a> if required - include relevant PHP error logs & ITFlow debug output