fix ccr info error msg

This commit is contained in:
2026-07-05 22:13:34 +02:00
parent 90c7da98ea
commit 392249f483

View File

@@ -102,7 +102,7 @@ func CcrRemoteInfo(conf *cfg.Config, index string) error {
}
if remote == "" {
return fmt.Errorf("cluster doesn't follow any other: %s", err)
return errors.New("cluster doesn't follow any other")
}
mode := "follower"