1
0
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:
mjarkk 2021-07-28 15:41:23 +02:00
parent 3db40a79fe
commit bfc9881213

View File

@ -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 {