mirror of https://github.com/etcd-io/dbtester.git
agent: fix wrong binary path
This commit is contained in:
parent
1d9fce4d94
commit
c123d5bd2a
|
|
@ -441,7 +441,7 @@ func (t *transporterServer) Transfer(ctx context.Context, r *Request) (*Response
|
|||
}
|
||||
flagString := strings.Join(flags, " ")
|
||||
|
||||
cmd := exec.Command(etcdBinaryPath, flags...)
|
||||
cmd := exec.Command(consulBinaryPath, flags...)
|
||||
cmd.Stdout = f
|
||||
cmd.Stderr = f
|
||||
log.Printf("Starting: %s %s", cmd.Path, flagString)
|
||||
|
|
|
|||
Loading…
Reference in New Issue