mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 09:38:39 +08:00
Fix typo of ected to etcd (#11784)
Signed-off-by: yangxuan <xuan.yang@zilliz.com>
This commit is contained in:
parent
372f3634b0
commit
9dcee0ae4d
@ -29,7 +29,7 @@ func main() {
|
||||
flag.Parse()
|
||||
etcdkv, err := etcdkv.NewEtcdKV([]string{*etcdAddr}, *rootPath)
|
||||
if err != nil {
|
||||
log.Fatal("failed to connect to ected", zap.Error(err))
|
||||
log.Fatal("failed to connect to etcd", zap.Error(err))
|
||||
}
|
||||
|
||||
keys, values, err := etcdkv.LoadWithPrefix("/")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user