]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/config/groups.go
config: rename group_order to group_priority
[safcm/safcm.git] / cmd / safcm / config / groups.go
index d003bddeed1c9e5efdf24db2db57b788dc252b3f..5f3f679f5a9bde9ec1368d3f705f08d313647094 100644 (file)
@@ -103,8 +103,8 @@ func LoadGroups(cfg *Config, hosts *Hosts) (map[string][]string, error) {
        }
 
        // Sanity check for global configuration
-       for _, x := range cfg.GroupOrder {
-               const errPrefix = "config.yaml: group_order:"
+       for _, x := range cfg.GroupPriority {
+               const errPrefix = "config.yaml: group_priority:"
 
                if x == GroupAll {
                        continue