changes for yaml/v3 for wwctl commands

Signed-off-by: Christian Goll <cgoll@suse.com>
This commit is contained in:
Christian Goll
2023-12-20 15:41:02 +01:00
committed by Jonathon Anderson
parent 1740a8c11d
commit 4c8a07f1dc
8 changed files with 8 additions and 8 deletions

View File

@@ -11,7 +11,7 @@ import (
"github.com/warewulf/warewulf/internal/pkg/hostlist"
"github.com/warewulf/warewulf/internal/pkg/node"
"github.com/warewulf/warewulf/internal/pkg/wwlog"
"gopkg.in/yaml.v2"
"gopkg.in/yaml.v3"
)
func CobraRunE(vars *variables) func(cmd *cobra.Command, args []string) (err error) {