mirror of https://github.com/etcd-io/dbtester.git
agent: fix cetcd flag
This commit is contained in:
parent
3f78b9e546
commit
0323238fa3
|
|
@ -302,7 +302,7 @@ func (t *transporterServer) Transfer(ctx context.Context, r *Request) (*Response
|
|||
} else {
|
||||
flags2 = []string{
|
||||
"-consuladdr", "0.0.0.0:8500",
|
||||
"-endpoint", clientURLs[t.req.ServerIndex], // etcd endpoint
|
||||
"-etcd", clientURLs[t.req.ServerIndex], // etcd endpoint
|
||||
}
|
||||
}
|
||||
flagString2 := strings.Join(flags2, " ")
|
||||
|
|
|
|||
Loading…
Reference in New Issue