1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-28 16:02:01 +03:00

Fix tests

This commit is contained in:
Ryooooooga
2021-10-09 14:53:43 +09:00
committed by Jesse Duffield
parent 9619d3447f
commit 1e50764b4d
6 changed files with 109 additions and 25 deletions

View File

@ -2,9 +2,8 @@ package oscommands
func getPlatform() *Platform {
return &Platform{
OS: "windows",
Shell: "cmd",
ShellArg: "/c",
EscapedQuote: `\"`,
OS: "windows",
Shell: "cmd",
ShellArg: "/c",
}
}