From 1183de151aefd87b8049aa0b501414d417ccaddb Mon Sep 17 00:00:00 2001 From: mjarkk Date: Wed, 28 Jul 2021 15:42:37 +0200 Subject: [PATCH] revert changes from bfc9881 --- pkg/secureexec/secureexec_windows.go | 2 -- 1 file changed, 2 deletions(-) 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 {