Fix nsenter on Mac

This commit is contained in:
Dr. Stefan Schimanski 2018-02-22 16:29:04 +01:00
parent 839adb86f0
commit 061a451273

View File

@ -35,7 +35,7 @@ func NewNsenter() *Nsenter {
}
// 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
}