mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
added changes that should fail the ci on windows
This commit is contained in:
parent
3db40a79fe
commit
bfc9881213
|
|
@ -20,6 +20,8 @@ import (
|
|||
// you call `git status` from the command line directly but no harm in playing it
|
||||
// safe.
|
||||
|
||||
This should fail the CI only on windows
|
||||
|
||||
func Command(name string, args ...string) *exec.Cmd {
|
||||
bin, err := safeexec.LookPath(name)
|
||||
if err != nil {
|
||||
|
|
|
|||
Loading…
Reference in a new issue