Skip to content

Commit

Permalink
Update pkg/plugins/layout.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
Itxaka and mudler authored Oct 4, 2024
1 parent 14d5fb0 commit 7ad551d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/plugins/layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const (

func Layout(l logger.Interface, s schema.Stage, fs vfs.FS, console Console) error {
if s.Layout.Device == nil {
l.Debug("Device empty, not running layout plugin")
l.Debug("Device field empty, skipping layout plugin")
return nil
}

Expand Down

0 comments on commit 7ad551d

Please sign in to comment.