mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 13:14:18 +02:00
fix ccr info error msg
This commit is contained in:
@@ -102,7 +102,7 @@ func CcrRemoteInfo(conf *cfg.Config, index string) error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if remote == "" {
|
if remote == "" {
|
||||||
return fmt.Errorf("cluster doesn't follow any other: %s", err)
|
return errors.New("cluster doesn't follow any other")
|
||||||
}
|
}
|
||||||
|
|
||||||
mode := "follower"
|
mode := "follower"
|
||||||
|
|||||||
Reference in New Issue
Block a user