X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=cmd%2Fsafcm%2Fconfig%2Fgroups.go;h=d003bddeed1c9e5efdf24db2db57b788dc252b3f;hb=e63b0157527fb7d69b4bfcc2716e4eb3ac80f98d;hp=386a9a773468d47f9dd4d9779c5df25856e57493;hpb=c64160da6ef2a4df544d4b286d5a5820e9e27a02;p=safcm%2Fsafcm.git diff --git a/cmd/safcm/config/groups.go b/cmd/safcm/config/groups.go index 386a9a7..d003bdd 100644 --- a/cmd/safcm/config/groups.go +++ b/cmd/safcm/config/groups.go @@ -97,7 +97,7 @@ func LoadGroups(cfg *Config, hosts *Hosts) (map[string][]string, error) { if hosts.Map[x] != nil || groups[x] != nil { continue } - return nil, fmt.Errorf("%s group %q not found", + return nil, fmt.Errorf("%s member %q not found", errPrefix, x) } }