mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 15:04:19 +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 == "" {
|
||||
return fmt.Errorf("cluster doesn't follow any other: %s", err)
|
||||
return errors.New("cluster doesn't follow any other")
|
||||
}
|
||||
|
||||
mode := "follower"
|
||||
|
||||
Reference in New Issue
Block a user