]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - cmd/safcm/config/groups.go
config: groups: use "member" in "not found" error message
[safcm/safcm.git] / cmd / safcm / config / groups.go
index 386a9a773468d47f9dd4d9779c5df25856e57493..d003bddeed1c9e5efdf24db2db57b788dc252b3f 100644 (file)
@@ -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)
                }
        }