Skip to content

Commit

Permalink
fix: changing type
Browse files Browse the repository at this point in the history
  • Loading branch information
yasminvalim committed Aug 31, 2023
1 parent 946531f commit ccb3d49
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 Selinux struct {
State *string `yaml:"state"`
Mode *string `yaml:"mode"`
State *bool `yaml:"state"`
Mode *bool `yaml:"mode"`
}

0 comments on commit ccb3d49

Please sign in to comment.