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

@ -12,7 +12,6 @@ func getPlatform() *Platform {
OS: runtime.GOOS,
Shell: "bash",
ShellArg: "-c",
EscapedQuote: `"`,
OpenCommand: "open {{filename}}",
OpenLinkCommand: "open {{link}}",
}