mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
revert changes from bfc9881
This commit is contained in:
parent
bfc9881213
commit
1183de151a
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue