From 92419a48fc08fb7f5f564f395c35217595cc492f Mon Sep 17 00:00:00 2001 From: David Refoua Date: Thu, 23 May 2024 21:59:16 +0330 Subject: [PATCH] log the executable path for improper git --- vendor/lib/lib_git.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/vendor/lib/lib_git.cmd b/vendor/lib/lib_git.cmd index 77997a7..205bd6e 100644 --- a/vendor/lib/lib_git.cmd +++ b/vendor/lib/lib_git.cmd @@ -55,6 +55,7 @@ exit /b set "GIT_VERSION=%%C" ) else ( echo "'git --version' returned an improper version string!" + echo "executable: %git_executable%" pause exit /b )