1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2024-11-24 08:52:21 +02:00

revert changes from bfc9881

This commit is contained in:
mjarkk 2021-07-28 15:42:37 +02:00
parent bfc9881213
commit 1183de151a

View File

@ -20,8 +20,6 @@ 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 {