Skip to content

Commit

Permalink
Fix prereq.go build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kthomas committed Feb 15, 2024
1 parent 69ca202 commit a659aeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/node/prereq.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ func CheckPrerequisites(config *NodeConfiguration, readonly bool) error {
initFuncs: []initFunc{downloadKernel},
},
{
directory: "",
files: []fileSpec{
directories: []string{""},
files: []*fileSpec{
{name: config.RootFsFilepath, description: "Root Filesystem Template"},
},
descriptor: "Root Filesystem Template",
Expand Down

0 comments on commit a659aeb

Please sign in to comment.