mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-11 08:06:25 -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
|
// you call `git status` from the command line directly but no harm in playing it
|
||||||
// safe.
|
// safe.
|
||||||
|
|
||||||
|
This should fail the CI only on windows
|
||||||
|
|
||||||
func Command(name string, args ...string) *exec.Cmd {
|
func Command(name string, args ...string) *exec.Cmd {
|
||||||
bin, err := safeexec.LookPath(name)
|
bin, err := safeexec.LookPath(name)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue