mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-15 00:15:32 +02:00
fix type: executable not found error when there is a merge conflict on windows
This commit is contained in:
@ -3,7 +3,7 @@ package oscommands
|
|||||||
func getPlatform() *Platform {
|
func getPlatform() *Platform {
|
||||||
return &Platform{
|
return &Platform{
|
||||||
OS: "windows",
|
OS: "windows",
|
||||||
CatCmd: "type",
|
CatCmd: "cmd /c type",
|
||||||
Shell: "cmd",
|
Shell: "cmd",
|
||||||
ShellArg: "/c",
|
ShellArg: "/c",
|
||||||
EscapedQuote: `\"`,
|
EscapedQuote: `\"`,
|
||||||
|
Reference in New Issue
Block a user