Skip to content

Commit

Permalink
Fix: Fix SelinuxModule type
Browse files Browse the repository at this point in the history
  • Loading branch information
yasminvalim committed Oct 9, 2023
1 parent aa69e5d commit d79bea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/fcos/v1_6_exp/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ import (

type Config struct {
base.Config `yaml:",inline"`
BootDevice BootDevice `yaml:"boot_device"`
Grub Grub `yaml:"grub"`
SelinuxModule SelinuxModule `yaml:"selinux_module"`
BootDevice BootDevice `yaml:"boot_device"`
Grub Grub `yaml:"grub"`
SelinuxModule []SelinuxModule `yaml:"selinux_module"`
}

type BootDevice struct {
Expand Down

0 comments on commit d79bea2

Please sign in to comment.