Unverified Commit fa5c815c authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #60214 from sttts/sttts-mac-nsenter

Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>. Fix compilation of nsenter code on Mac
parents 1a1643bb 061a4512
...@@ -35,7 +35,7 @@ func NewNsenter() *Nsenter { ...@@ -35,7 +35,7 @@ func NewNsenter() *Nsenter {
} }
// Exec executes nsenter commands in hostProcMountNsPath mount namespace // Exec executes nsenter commands in hostProcMountNsPath mount namespace
func (ne *Nsenter) Exec(args ...string) exec.Cmd { func (ne *Nsenter) Exec(cmd string, args []string) exec.Cmd {
return nil return nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment