Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Feb 16, 2024
1 parent d9c97a3 commit c044e93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hooks/useConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ function git(_prefix: Path, PATH?: string): Path | undefined {
case "linux":
return rv
case "windows":
return
//FIXME this is GitHub Actions specific
return new Path('C:\Program Files\Git\cmd\git.exe')
}
})()?.join("bin/git")
}
Expand Down

0 comments on commit c044e93

Please sign in to comment.