]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/config/config.go
config: rename group_order to group_priority
[safcm/safcm.git] / cmd / safcm / config / config.go
index 3973e82c9866f61395f2002366d08466af89b241..85e0e4bb92516c6907052047905c2a8a43dc4c6a 100644 (file)
@@ -33,7 +33,7 @@ type Config struct {
        SshConfig string         `yaml:"-"` // set via command line
 
        DetectGroups []string `yaml:"detect_groups"`
-       GroupOrder   []string `yaml:"group_order"`
+       GroupPriority []string `yaml:"group_priority"`
 }
 
 func LoadConfig() (*Config, error) {