Skip to content

Commit

Permalink
fix: fixing types
Browse files Browse the repository at this point in the history
  • Loading branch information
yasminvalim committed Oct 6, 2023
1 parent 6fc2da9 commit 884ef13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/fcos/v1_6_exp/schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ type GrubUser struct {
}

type SelinuxModule struct {
Contents []base.Resource `yaml:"content"`
Path base.File `yaml:"path"`
Content string `yaml:"content"`
Path string `yaml:"path"`
}

0 comments on commit 884ef13

Please sign in to comment.