diff --git a/pkg/secureexec/secureexec_windows.go b/pkg/secureexec/secureexec_windows.go index 44461b686..537e0bfc1 100644 --- a/pkg/secureexec/secureexec_windows.go +++ b/pkg/secureexec/secureexec_windows.go @@ -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 {