removed unused container child

This commit is contained in:
Christian Goll
2022-03-02 15:39:47 +01:00
parent 8a0f34ed09
commit 30bc445a89
4 changed files with 0 additions and 131 deletions

View File

@@ -1,7 +1,6 @@
package exec
import (
"github.com/hpcng/warewulf/internal/app/wwctl/container/exec/child"
"github.com/hpcng/warewulf/internal/pkg/container"
"github.com/spf13/cobra"
)
@@ -29,7 +28,6 @@ var (
)
func init() {
baseCmd.AddCommand(child.GetCommand())
baseCmd.PersistentFlags().StringArrayVarP(&binds, "bind", "b", []string{}, "Bind a local path into the container (must exist)")
}