Commit 980823e
committed
CIHelper: do set the
In 7d538e5 (CIHelper: add a convenient function to initialize e.g. the
Git worktree, 2025-08-15), I added logic to find the `git` executable on
the `PATH`, and to appease the `dugite` module whose Git functionality
GitGitGadget uses, set `GIT_EXEC_PATH` accordingly.
Unfortunately, I made a mistake and auto-piloted `/usr/bin/git` into the
call that was supposed to determine the correct `GIT_EXEC_PATH`, when
really, I wanted to use the just-found `git` executable instead.
Let's fix that mistake.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>GIT_EXEC_PATH correctly1 parent 153badf commit 980823e
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
0 commit comments