Skip to content

Commit ccb3d49

Browse files
committed
fix: changing type
1 parent 946531f commit ccb3d49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/fcos/v1_6_exp/schema.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ type GrubUser struct {
5252
}
5353

5454
type Selinux struct {
55-
State *string `yaml:"state"`
56-
Mode *string `yaml:"mode"`
55+
State *bool `yaml:"state"`
56+
Mode *bool `yaml:"mode"`
5757
}

0 commit comments

Comments
 (0)