mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-02-09 13:47:11 +02: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…
x
Reference in New Issue
Block a user