Remove wwctl overlay <build|import> --setdefault

- Closes: #1335

Signed-off-by: Jonathon Anderson <janderson@ciq.com>
This commit is contained in:
Jonathon Anderson
2024-12-24 22:32:04 -07:00
parent 3bbe859e07
commit d0f4eaa9bb
9 changed files with 349 additions and 436 deletions

View File

@@ -29,7 +29,6 @@ func CobraRunE(cmd *cobra.Command, args []string) error {
ContainerNames: []string{containerName},
Force: true,
All: false,
Default: false,
}
err := container_build.ContainerBuild(cbp)
if err != nil {