mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-21 00:30:00 +02:00
added changes that should fail the ci on windows
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user